You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: v0.1.10 — MCP schema + OAuth probe fixes
Fix two issues surfaced by Claude Code's strict MCP client:
- list_profiles and list_vocabulary now declare a NoInput placeholder
so rmcp emits a proper {"type":"object","properties":{}} schema
instead of {}, which Claude Code rejected as a validation failure.
- Mount the streamable-HTTP service at /mcp (was fallback_service), so
OAuth discovery probes like /.well-known/oauth-authorization-server
get a clean 404 instead of being misrouted into the MCP service and
bouncing back with a 406 the client's OAuth parser couldn't decode.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>