diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json new file mode 100644 index 0000000000000000000000000000000000000000..39d127289c3e8c300b68773724e8d1b5f44f3c7e --- /dev/null +++ b/dot_config/amp/private_settings.json @@ -0,0 +1,22 @@ +{ + "amp.permissions": [ + { + "tool": "Bash", + "matches": { + "cmd": "hut todo -t *" + }, + "action": "allow" + } + ], + "amp.mcpServers": { + "context7": { + "command": "bunx", + "args": ["-y", "@upstash/context7-mcp"] + }, + "kagi": { + "command": "kagi-ken-mcp" + } + }, + "amp.experimental.walkthroughs": true, + "amp.experimental.modes": ["bombadil", "deep"] +}