We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d1e1c commit ca03ac8Copy full SHA for ca03ac8
.amp/settings.json
@@ -0,0 +1,19 @@
1
+{
2
+ "amp.experimental.fuzzySearch.enabled": true,
3
+ "amp.experimental.planMode": true,
4
+ "amp.experimental.tools": ["codemod"],
5
+ "amp.mcpServers": {
6
+ "s2": {
7
+ "command": "npx",
8
+ "args": [
9
+ "mcp-remote",
10
+ "https://sourcegraph.sourcegraph.com/.api/mcp/v1",
11
+ "3334",
12
+ "--static-oauth-client-info",
13
+ "{\"client_id\":\"sgo_cid_019aa0a8-a62d-74e6-92bd-30fe0ff1d4d4\"}",
14
+ "--static-oauth-client-metadata",
15
+ "{\"scope\":\"user:all\"}"
16
+ ]
17
+ }
18
19
+}
0 commit comments