From bbcaf05a667a23d5a67b1ec7f832b2bc99d0ca88 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Mon, 24 Nov 2025 16:30:53 +0200 Subject: [PATCH] add amp settings --- .amp/settings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .amp/settings.json diff --git a/.amp/settings.json b/.amp/settings.json new file mode 100644 index 0000000000..05334a3fb7 --- /dev/null +++ b/.amp/settings.json @@ -0,0 +1,19 @@ +{ + "amp.experimental.fuzzySearch.enabled": true, + "amp.experimental.planMode": true, + "amp.experimental.tools": ["codemod"], + "amp.mcpServers": { + "s2": { + "command": "npx", + "args": [ + "mcp-remote", + "https://sourcegraph.sourcegraph.com/.api/mcp/v1", + "3334", + "--static-oauth-client-info", + "{\"client_id\":\"sgo_cid_019aa0a8-a62d-74e6-92bd-30fe0ff1d4d4\"}", + "--static-oauth-client-metadata", + "{\"scope\":\"user:all\"}" + ] + } + } +}