Version
0.9.0
Platform
Windows (x64)
Install channel
GitHub release archive / install.sh / install.ps1
Binary variant
standard
What happened, and what did you expect?
When using opencode to call the search_graph tool from codebase-memory-mcp, an error is returned indicating that the project is not found or not indexed. However, list_projects correctly shows the list of indexed projects. This suggests a mismatch between the project parameter passed and the actual indexed project names, or a difference in how the tool resolves project names.
Reproduction
Environment:
opencode version: 1.17.18
codebase-memory-mcp version: 0.9.0
OS: Windows 11
Node.js version: 24.15.0
opencode installed via: npm
Call codebase-memory-mcp_search_graph with parameters like:
{
"project": "codebase-memory-mcp",
"query": "sync",
"label": "function"
}
Receive the following error response:
{
"error": "project not found or not indexed",
"hint": "Use list_projects to see all indexed projects, then pass it as the "project" argument.",
"available_projects": [
"E-project-graph-codebase-memory-mcp",
"E-project-graph-codegraph",
"E-project-ruoyi-vue-pro"
],
"count": 3
}
Logs
Diagnostics trajectory (memory / performance / leak issues)
Project scale (if relevant)
No response
Confirmations
Version
0.9.0
Platform
Windows (x64)
Install channel
GitHub release archive / install.sh / install.ps1
Binary variant
standard
What happened, and what did you expect?
When using opencode to call the search_graph tool from codebase-memory-mcp, an error is returned indicating that the project is not found or not indexed. However, list_projects correctly shows the list of indexed projects. This suggests a mismatch between the project parameter passed and the actual indexed project names, or a difference in how the tool resolves project names.
Reproduction
Environment:
opencode version: 1.17.18
codebase-memory-mcp version: 0.9.0
OS: Windows 11
Node.js version: 24.15.0
opencode installed via: npm
Call codebase-memory-mcp_search_graph with parameters like:
{ "project": "codebase-memory-mcp", "query": "sync", "label": "function" }Receive the following error response:
{ "error": "project not found or not indexed", "hint": "Use list_projects to see all indexed projects, then pass it as the "project" argument.", "available_projects": [ "E-project-graph-codebase-memory-mcp", "E-project-graph-codegraph", "E-project-ruoyi-vue-pro" ], "count": 3 }Logs
Diagnostics trajectory (memory / performance / leak issues)
Project scale (if relevant)
No response
Confirmations