MCP Elicitation Not Working at Runtime - FastMCP Remote Server Issue #665
Unanswered
Pratikkumar24
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
MCP Elicitation Not Working at Runtime - FastMCP Remote Server Issue
Problem Summary
MCP elicitation is "not working at runtime" when calling tools on a remote FastMCP server deployed on fastmcp.cloud. The elicitation form never appears, and the tool execution hangs or fails silently.
What works:
What doesn't work:
Technical Details
Server Setup
Client Configuration
Cursor MCP Config (
.vscode/mcp.json):{ "servers": { "my-mcp-server": { "type": "sse", "url": "https://necessary-fuchsia-cicada.fastmcp.app/mcp" } } }Observed Behavior
Tool Schema View: Shows empty
properties: {}(expected for elicitation tools)Tool Execution: When calling the tool:
Comparison with Working Scenarios:
Root Cause Hypothesis
Based on testing evidence:
According to MCP specification:
Questions
What I've Tried
Environment
Additional Context
The MCP Elicitation Specification states:
References:
Expected Behavior
When calling a tool that uses
ctx.elicit():Actual Behavior
Has anyone successfully gotten FastMCP elicitation to work with remote SSE transport? Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions