shaun smith
shaun smith
Fix to copy button styling identified in Issue #1387 . Copy button under "ChatMessage" now consistent with other Icons. The component is also used as an icon in "CodeBlock.svelte". The...
## Bug description 500 Server Error raised when navigating to /conversation/[id]/message/[id]/prompt for DeepSeek-R1-Distill-Qwen-32B Chats. ## Steps to reproduce Use the "Download prompt and parameters button" on a message in a...
## Bug description Prompting Llama 3.1 on huggingface.co/chat for mutliple tool calls causes `Error while parsing tool calls, please retry` message to pop up. ## Steps to reproduce Prompt Llama...
Update to enable: - Connection via SSE (e.g. Gradio endpoints) - Connection via HTTP Streaming - Maintains compatibility with original STDIO config format - Concatenates TextContent/TextResourceContents from Results; describes ImageContent/BlobResourceContents...
This change updates the guidance on the use of EmbeddedResources within CallToolResults to clarify the use of custom URI Schemes, and add guidance that Servers using EmbeddedResources SHOULD implement the...
This PR adds a new `contentTypes` capability to the `ClientCapabilities` and a `generatesHint` Tool Annotation, allowing clients to advertise which MIME types they can render to Users and tokenize for...
This draft adds a list of URI schemes supported by the MCP Server. It is only intended to be used for schemes that the author has good reason to believe...
Tool Call Results allow the return of an array of Text, Image and EmbeddedResources. This is typically consistent with Messaging APIs (e.g. OpenAI, Anthropic) which allow separation of content blocks...
Add optional `subscribable` field to Resource interface to indicate subscription support. ## Motivation and Context Currently, clients must attempt to subscribe to resources without knowing if they support updates. This...