Bug Description
When using the MCP inspector with Basic Memory, the system fails to locate the ai_assistant_guide resource, resulting in a file not found error.
Steps To Reproduce
- Install Basic Memory
- Run command:
npx @modelcontextprotocol/inspector uvx basic-memory mcp
- See error related to missing
ai_assistant_guide.md file
Expected Behavior
The MCP inspector should be able to find and access the AI assistant guide resource without errors.
Actual Behavior
The system produces the following error:
MCP error 0: Error reading resource memory://ai_assistant_guide: [Errno 2] No such file or directory: '/Users/jccj/.local/share/uv/tools/basic-memory/lib/python3.12/static/ai_assistant_guide.md'
Environment
ProductName: macOS
ProductVersion: 15.3.2
BuildVersion: 24D2082
- Python version: 3.12
- Basic Memory version: v0.10.0
- Installation method: uv
Possible Solution
The issue may be related to missing static resources in the Basic Memory package installation. A possible solution might be to ensure that all static resources are properly included in the package distribution and installed correctly.
Bug Description
When using the MCP inspector with Basic Memory, the system fails to locate the
ai_assistant_guideresource, resulting in a file not found error.Steps To Reproduce
npx @modelcontextprotocol/inspector uvx basic-memory mcpai_assistant_guide.mdfileExpected Behavior
The MCP inspector should be able to find and access the AI assistant guide resource without errors.
Actual Behavior
The system produces the following error:
Environment
Possible Solution
The issue may be related to missing static resources in the Basic Memory package installation. A possible solution might be to ensure that all static resources are properly included in the package distribution and installed correctly.