Skip to content

Commit 6018ea0

Browse files
committed
docs
1 parent 2ab1273 commit 6018ea0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/configuration.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,20 @@ Just add to your config the `:rules` pointing to `.md` files that will be search
6363

6464
## MCP
6565

66-
TODO
66+
For MCP servers configuration, use the `mcpServers` config, example:
67+
68+
`.eca/config.json`
69+
```javascript
70+
{
71+
"mcpServers": {
72+
"filesystem": {
73+
"command": "npx",
74+
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/greg/dev/eca-emacs"
75+
]
76+
}
77+
}
78+
}
79+
```
6780

6881
## All configs
6982

0 commit comments

Comments
 (0)