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

15 lines
241 B
JSON
Raw Normal View History

2026-05-30 19:09:11 +09:00
{
"mcpServers": {
"ast_grep": {
"command": "node",
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
"cwd": "."
},
"lsp": {
"command": "node",
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
"cwd": "."
}
}
}