-
Notifications
You must be signed in to change notification settings - Fork 384
Labels
help wantedContributions welcome from those familiar with codebase. Comment first to say you're working on itContributions welcome from those familiar with codebase. Comment first to say you're working on itready for workHas enough information to startHas enough information to start
Description
The MCP Apps extension denotes that a client supporting MCP Apps should declare its capability as follows.
{
"method": "initialize",
"params": {
"protocolVersion": "2024-11-05",
"capabilities": {
"extensions": {
"io.modelcontextprotocol/ui": {
"mimeTypes": ["text/html;profile=mcp-app"]
}
}
},
"clientInfo": {
"name": "claude-desktop",
"version": "1.0.0"
}
}
}However, ClientCapabilities does not have a field for extensions, so we cannot implement a client that supports MCP Apps extension.
Similarly, MCP servers built with this SDK cannot verify client capabilities in extensions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedContributions welcome from those familiar with codebase. Comment first to say you're working on itContributions welcome from those familiar with codebase. Comment first to say you're working on itready for workHas enough information to startHas enough information to start