Files
oh-my-opencode/packages/omo-claude/plugin/.mcp.json
T

13 lines
227 B
JSON
Raw Normal View History

{
"mcpServers": {
"ast_grep": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp/ast-grep/cli.js", "mcp"]
},
"lsp": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp/lsp/cli.js", "mcp"]
}
}
}