Compare commits

...

1 Commits

Author SHA1 Message Date
e741ead690 chore: disable mcp servers by default
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-01-22 23:54:34 -05:00

View File

@@ -14,12 +14,14 @@
"-e", "-e",
"/nix/store/lz8ajxhnkkw2llj752bdz41wqr645h9c-google-chrome-dev-146.0.7635.0/bin/google-chrome-unstable", "/nix/store/lz8ajxhnkkw2llj752bdz41wqr645h9c-google-chrome-dev-146.0.7635.0/bin/google-chrome-unstable",
"--ignore-default-chrome-arg='--disable-extensions'" "--ignore-default-chrome-arg='--disable-extensions'"
] ],
"enabled": false
}, },
"bun-docs": { "bun-docs": {
"type": "remote", "type": "remote",
"url": "https://bun.com/docs/mcp", "url": "https://bun.com/docs/mcp",
"timeout": 3000 "timeout": 3000,
"enabled": false
} }
} }
} }