docs: update rules and MCP inventories
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -614,10 +614,10 @@ Force-enable session notifications:
|
||||
|
||||
### MCPs
|
||||
|
||||
Built-in MCPs (enabled by default): `websearch` (Exa AI), `context7` (library docs), `grep_app` (GitHub code search).
|
||||
Built-in MCPs (enabled by default): `websearch` (Exa AI), `context7` (library docs), `grep_app` (GitHub code search), `lsp` (local language-server tools), and `ast_grep` (local structural search/rewrite tools).
|
||||
|
||||
```json
|
||||
{ "disabled_mcps": ["websearch", "context7", "grep_app"] }
|
||||
{ "disabled_mcps": ["websearch", "context7", "grep_app", "lsp", "ast_grep"] }
|
||||
```
|
||||
|
||||
### LSP
|
||||
|
||||
Reference in New Issue
Block a user