Skip to content

Commit dbcd57c

Browse files
authored
Merge pull request #5 from sharpninja/claude/magical-ritchie
OIDC strategy, federation auth bypass, chat selection, VSIX cleanup
2 parents 5b4d4b5 + 43fd851 commit dbcd57c

21 files changed

Lines changed: 74 additions & 32 deletions

.claude/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"runtimeExecutable": "dotnet",
1818
"runtimeArgs": ["run", "--project", "src/McpServerManager.Desktop"],
1919
"autoPort": true
20+
},
21+
{
22+
"name": "McpServerManager.Desktop (WSL)",
23+
"runtimeExecutable": "wsl",
24+
"runtimeArgs": ["dotnet", "run", "--project", "src/McpServerManager.Desktop"],
25+
"autoPort": true
2026
}
2127
]
2228
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ artifacts/
2121

2222
AGENTS-README-FIRST.yaml
2323
*.nupkg
24+
*.vsix
2425
*.py
2526
/.codex/session-log-buffer.backfilled-20260306T184008Z.md
2627
/.codex/session-log-buffer.md
-80.3 KB
Binary file not shown.
-80.3 KB
Binary file not shown.
-80.3 KB
Binary file not shown.
-80.4 KB
Binary file not shown.
-91.1 KB
Binary file not shown.
-82 KB
Binary file not shown.
-93.2 KB
Binary file not shown.
-81.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)