# Server Auth environment variables MCP_RESOURCE_SERVER_CANONICAL_URL="http://127.0.0.1:8000/mcp" MCP_RESOURCE_SERVER_AUTHORIZATION_SERVERS='[ { "authorization_server_url": "https://your-workos.authkit.app", "issuer": "https://your-workos.authkit.app", "jwks_uri": "https://your-workos.authkit.app/oauth2/jwks", "algorithm": "RS256", "verify_options": { "verify_aud": false } } ]' # Tool Secrets MY_SECRET_KEY="Your tools can have secrets injected at runtime!"