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:
YeonGyu-Kim
2026-05-18 21:20:13 +09:00
parent 06f6709317
commit d8f6d59dc2
7 changed files with 26 additions and 22 deletions
+2 -2
View File
@@ -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