Related issue: #835
v2.16.0 stabilizes the Remote MCP endpoint and closes the first-call experience loop.
- POST /mcp endpoint stable and production-ready
- Bearer token + Origin validation in place
- Read-only tools: search + get_lesson
- Protocol compatibility: 2025-06-18 + 2026-07-28 RC
- GET /mcp returns 405 (spec-compliant)
- #831 stdio sandbox fallback -- search no longer errors
- #817 Glama remote metadata -- merged, live on Glama
- Glama routing confirmed: remote endpoint preferred, stdio sandbox as fallback
- User can search regardless of routing path
- #830 First-call journey validated end-to-end
- Friction points documented: token acquisition, CORS, client config
- Multi-client tested: Claude Desktop, Cursor, curl
- All 6 journey steps pass
| Issue | Status | Mitigation |
|---|---|---|
| Token acquisition UX | Needs improvement | Documented in journey report |
| CORS for browser clients | Working | Origin validation active |
| Client config discovery | Documentation gap | README + Glama listing updated |
- #309 Translate top10 Chinese lessons to English
- #818 Social media promotion for Remote MCP
- Token management UI in Glama listing
- Monitor Glama analytics dashboard (growth-funnel.md)
Generated from bounty #835 -- v2.16.0 Remote MCP