We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1db23 commit 224e4bfCopy full SHA for 224e4bf
2 files changed
.mcp.json
src/basic_memory/cli/commands/mcp.py
@@ -78,7 +78,6 @@ def run_file_sync():
78
if transport == "stdio":
79
mcp_server.run(
80
transport=transport,
81
- log_level="INFO",
82
)
83
elif transport == "streamable-http" or transport == "sse":
84
0 commit comments