Replies: 1 comment
-
|
MCP Tools aren't work now ?? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
MCP Client – Capabilities Always Empty (
{}) and Missing MCP 2024-11-05 FeaturesHi Flowise team,
I recently developed several MCP servers following the MCP 2024-11-05 specification, and I hit a limitation when integrating them with Flowise.
Flowise sends the following
initializerequest:{ "method": "initialize", "params": { "protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": { "name": "flowise-client", "version": "1.0.0" } }, "jsonrpc": "2.0", "id": 0 }This means that Flowise announces no MCP capabilities at all.
As a result, only very simple tool invocation works, while the rest of the MCP spec is not supported.
Missing MCP Features
Based on my tests and the Flowise codebase, the MCP client currently does not implement:
prompts/list,getPromptresources/list, resource streamingcompletions,samplingEnvironment variable:
…only switches the transport, not the capabilities.
Question
Is there any configuration to extend the MCP capabilities declared by the Flowise MCP client?
Or alternatively:
Is there a planned evolution toward fuller MCP 2024-11-05 support (prompts, resources, completions, HTTP, etc.)?
At the moment, Flowise always announces:
"capabilities": {}…which prevents compliant MCP servers from exposing anything beyond basic tools.
Thanks
Flowise already does an impressive job as an orchestrator.
I’d love to use it with full MCP features, and I’m happy to help test or contribute if needed.
Beta Was this translation helpful? Give feedback.
All reactions