Skip to content

Conversation

pcarleton
Copy link
Member

❯ curl -v http://localhost:3232/mcp
* Host localhost:3232 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
*   Trying [::1]:3232...
* Connected to localhost (::1) port 3232
> GET /mcp HTTP/1.1
> Host: localhost:3232
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 401 Unauthorized
< X-Powered-By: Express
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< Strict-Transport-Security: max-age=31536000; includeSubDomains
< Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; form-action 'self'; base-uri 'self'; upgrade-insecure-requests; block-all-mixed-content
< Vary: Origin
< Access-Control-Allow-Credentials: true
< Access-Control-Expose-Headers: Mcp-Protocol-Version,Mcp-Protocol-Id
< WWW-Authenticate: Bearer error="invalid_token", error_description="Missing Authorization header", resource_metadata="https://localhost:3232/.well-known/oauth-protected-resource"

^---- this one

@jerome3o-anthropic jerome3o-anthropic merged commit a7b1083 into main Jul 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants