Skip to content

Commit ca03ac8

Browse files
authored
add amp settings (#1204)
1 parent 10d1e1c commit ca03ac8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.amp/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)