What's wrong with this entry?
Anonymous. No account, no email.
What
Added support for MCP completion/autocomplete of prompts and resource templates.
Details
- New
McpCompletabletype registered asSymbol.for("mcp.completable") - Validates completion request types: prompts must use
ref/prompt, resource templates must useref/resource - Provides structured error messages: "Expected CompleteRequestPrompt, but got ..." / "Expected CompleteRequestResourceTemplate, but got ..."
Evidence
MCP completions (search for "McpCompletable", "mcp.completable", "Expected CompleteRequestPrompt")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.