fix: handle memory:// url format in read_note tool

This commit is contained in:
phernandez
2025-02-15 12:00:03 -06:00
parent 65ebe5d194
commit e0803734e6
6 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import basic_memory.mcp.tools # noqa: F401 # pragma: no cover
@app.command()
def mcp():
def mcp(): # pragma: no cover
"""Run the MCP server for Claude Desktop integration."""
home_dir = config.home
logger.info("Starting Basic Memory MCP server")