We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56bdbc commit 27c5e8dCopy full SHA for 27c5e8d
.github/actions/conformance/client.py
@@ -295,7 +295,7 @@ async def run_auth_code_client(server_url: str) -> None:
295
)
296
logger.debug(f"Pre-loaded client credentials: client_id={client_id}")
297
except json.JSONDecodeError:
298
- pass
+ logger.exception("Failed to parse MCP_CONFORMANCE_CONTEXT")
299
300
oauth_auth = OAuthClientProvider(
301
server_url=server_url,
0 commit comments