299 "client_id": "chaimcp_client",
300 "client_secret": "chaimcp_secret",
301 "client_id_issued_at": 1700000000,
302 "token_endpoint_auth_method": "client_secret_basic"
303 }, status_code=201)
304
305 @mcp.custom_route("/token", methods=["POST"])
306 async def oauth_token(request):