diff --git a/packages/omo-codex/plugin/.mcp.json b/packages/omo-codex/plugin/.mcp.json new file mode 100644 index 000000000..b38f76a57 --- /dev/null +++ b/packages/omo-codex/plugin/.mcp.json @@ -0,0 +1,14 @@ +{ + "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": "." + } + } +}