commit 88747785494592f11292bed353a9b4a3e8af7aae Author: Keegan Carruthers-Smith Date: Fri Nov 21 07:38:10 2025 +0200 feat(dev): add Sourcegraph MCP to Amp workspace servers (#7937) Amp on the CLI and VSCode will now automatically include Sourcegraph MCP connected to S2. On first startup you will be asked if you trust the server + will need to authenticate with OAuth. I spent a while in the Amp codebase trying to work out how to statically encode these details for OAuth but its clear to me it doesn't support it (likely an oversight by how the code looks). Additionally we don't yet support rfc7591 OAuth 2.0 Dynamic Client Registration Protocol. So the workaround I am using is the popular mcp-remote tool. I think before we implement dynamic registration, I will implement something like the Cody static OAuth clients we have, with many hardcoded redirect URIs for use in popular clients. Test Plan: Asked amp a question which indirectly required the user of the S2 tools to look into another repo. It did it!