Skip to content

Fluister v0.1.10

Choose a tag to compare

@github-actions github-actions released this 19 May 21:36
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>