diff --git a/config.toml b/config.toml index de45e94..e394f2c 100644 --- a/config.toml +++ b/config.toml @@ -22,11 +22,11 @@ port = 8080 timeout_secs = 60 [mcp_servers] - [mcp_servers.filesystem] - transport = "stdio" - command = "npx" - args = ["-y", "@modelcontextprotocol/server-filesystem", "."] - env = [] +# [mcp_servers.filesystem] +# transport = "stdio" +# command = "npx" +# args = ["-y", "@modelcontextprotocol/server-filesystem", "."] +# env = [] [mcp_servers.context7] transport = "http"