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 61a763a + 25fb232 commit d68c352Copy full SHA for d68c352
1 file changed
teaagent/cli/_handlers/_mcp.py
@@ -24,7 +24,7 @@ def mcp_serve_command(args: argparse.Namespace) -> int:
24
rotation_window_seconds=args.oauth_rotation_window,
25
)
26
if error:
27
- print(error, file=sys.stderr)
+ print('Invalid OAuth key ring configuration.', file=sys.stderr)
28
return 1
29
elif args.oauth_active_kid:
30
print(
0 commit comments