Issue
In v2.6.1, MCP client elicitation capability is ignored.
How to reproduce
- Go to 'Clients'
- Click on 'Client capabilities'
- Add
"elicitation": {}:
{
"connectionDefaults": {
"requestTimeout": 10000
},
"capabilities": {
"elicitation": {}
}
}
- Click on 'Save host'
- Go to 'Servers'
- Connect to any MCP server and start initialization phase
- Note that capability set earlier in step 3 is absent in
req → initalize body:
{
"method": "initialize",
"params": {
"protocolVersion": "2025-11-25",
"capabilities": {},
"clientInfo": {
"name": "p17bs44xdd0zay2e4nj67ar47d87hv1a",
"version": "1.0.0"
}
},
"jsonrpc": "2.0",
"id": 0
}
Expected Behavior
I should be able to setup elicitation capability for MCP clients.
Platform
Tested with:
- Docker image build from d0f9daf
- Hosted web-app
Issue
In v2.6.1, MCP client elicitation capability is ignored.
How to reproduce
"elicitation": {}:req → initalizebody:Expected Behavior
I should be able to setup elicitation capability for MCP clients.
Platform
Tested with: