Files
basicmachines-co-basic-memory/tests
claude[bot] a4fd71c10b feat: add comprehensive diagnostic tool for version and system information
Add new MCP tool 'diagnostics' that provides:
- Basic Memory version and API version information
- System details (Python, OS, architecture)
- Configuration summary (projects, database, sync settings)
- Tool availability with categorization
- Project context and status
- Robust error handling with troubleshooting guidance

The tool helps users troubleshoot installations, verify features,
and gather system information for support requests.

Files added:
- src/basic_memory/mcp/tools/diagnostics.py: Main diagnostic tool implementation
- tests/mcp/test_tool_diagnostics.py: Comprehensive test suite with 11 test functions

Files modified:
- src/basic_memory/mcp/tools/__init__.py: Added diagnostics tool to exports

Resolves #187

Co-authored-by: Drew Cain <groksrc@users.noreply.github.com>
2025-06-27 03:36:08 +00:00
..
2025-06-05 15:51:11 -05:00
2025-06-03 01:00:40 -05:00
2025-06-03 01:00:40 -05:00
2025-06-25 22:32:05 -05:00