Skip to content

Commit 7e243fc

Browse files
fix: no banner when run profile in stdio mode (#251)
1 parent a0b3bf9 commit 7e243fc

File tree

1 file changed

+1
-1
lines changed
  • src/mcpm/commands/profile

1 file changed

+1
-1
lines changed

src/mcpm/commands/profile/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def run_profile_fastmcp(
117117
else:
118118
# Run the aggregated proxy over stdio (default)
119119
logger.info(f"Starting profile '{profile_name}' over stdio")
120-
await proxy.run_stdio_async()
120+
await proxy.run_stdio_async(show_banner=False)
121121

122122
return 0
123123

0 commit comments

Comments
 (0)