Change summary
dot_config/amp/private_settings.json | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Detailed changes
@@ -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"]
+}