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.
2 parents 056a38f + 7c16055 commit e6a74e4Copy full SHA for e6a74e4
1 file changed
teaagent/cli/_handlers/_mcp.py
@@ -44,7 +44,7 @@ def mcp_serve_command(args: argparse.Namespace) -> int:
44
parts = spec.split(':', 2)
45
if len(parts) != 3:
46
print(
47
- f'Invalid --oauth-client format: {spec} (expected ID:SECRET:REDIRECT_URI)',
+ 'Invalid --oauth-client format (expected ID:SECRET:REDIRECT_URI).',
48
file=sys.stderr,
49
)
50
return 1
0 commit comments