Skip to content

Commit ef7120c

Browse files
committed
docs: disabled mcp
1 parent 8e6efc3 commit ef7120c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/config/tools.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ For MCP servers configuration, use the `mcpServers` config, examples:
4545
}
4646
```
4747

48+
=== "Disabling a MCP"
49+
50+
Set `"disabled": true` to keep the configuration but prevent ECA from starting the server.
51+
52+
```javascript title="~/.config/eca/config.json"
53+
{
54+
"mcpServers": {
55+
"memory": {
56+
"command": "npx",
57+
"args": ["-y", "@modelcontextprotocol/server-memory"],
58+
"disabled": true
59+
}
60+
}
61+
}
62+
```
63+
4864
## Custom Tools
4965

5066
You can define your own command-line tools that the LLM can use. These are configured via the `customTools` key in your `config.json`.

0 commit comments

Comments
 (0)