Files
oh-my-opencode/packages/omo-codex/plugin/.mcp.json
T
2026-05-29 12:18:24 +09:00

15 lines
238 B
JSON

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