Skip to content

Commit 7852eaa

Browse files
authored
Apply suggestions from code review
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
1 parent 3dc8a8f commit 7852eaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/basic_memory/cli/commands

src/basic_memory/cli/commands/mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ def run_file_sync():
7878
if transport == "stdio":
7979
mcp_server.run(
8080
transport=transport,
81-
log_level="DEBUG",
81+
log_level="INFO",
8282
)
8383
elif transport == "streamable-http" or transport == "sse":
8484
mcp_server.run(
8585
transport=transport,
8686
host=host,
8787
port=port,
8888
path=path,
89-
log_level="DEBUG",
89+
log_level="INFO",
9090
)

0 commit comments

Comments
 (0)