mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 23:09:59 +00:00
- There's an mcpDiscoveryRegistry that allows components to register in how they discover MCP servers. - Config discovery is one of these. Figured out all the bits for a standalone file config shebang. Duplication there that could be cleaned up but it works. - The others are remote and local filesystem discovery. I ended up making another message channel for the main process/remote server to get a couple environment variables we need since I didn't see anything generic for this already(?) 