We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b3bf9 commit 7e243fcCopy full SHA for 7e243fc
src/mcpm/commands/profile/run.py
@@ -117,7 +117,7 @@ async def run_profile_fastmcp(
117
else:
118
# Run the aggregated proxy over stdio (default)
119
logger.info(f"Starting profile '{profile_name}' over stdio")
120
- await proxy.run_stdio_async()
+ await proxy.run_stdio_async(show_banner=False)
121
122
return 0
123
0 commit comments