private_settings.json

 1{
 2	"amp.permissions": [
 3		{
 4			"tool": "Bash",
 5			"action": "allow",
 6			"matches": {
 7				"cmd": "hut todo -t *"
 8			}
 9		}
10	],
11	"amp.mcpServers": {
12		"kagi": {
13			"command": "kagi-ken-mcp"
14		},
15		"context7": {
16			"command": "bunx",
17			"args": ["-y", "@upstash/context7-mcp"]
18		}
19	},
20	"amp.anthropic.interleavedThinking.enabled": true,
21	"amp.terminal.theme": "terminal",
22	"amp.git.commit.coauthor.enabled": false,
23	"amp.git.commit.ampThread.enabled": false,
24	"amp.experimental.walkthroughs": true,
25	"amp.experimental.modes": ["bombadil", "deep"],
26	"amp.experimental.tools": ["codemod"]
27}