You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using multi-server config to init my mcp client by following the doc: https://gofastmcp.com/clients/client#multi-server-example
But the MCP server (serena) is using instructions as the system prompt, so I want to get it from the client.
I found that I can get it from initialize_result.instructions when only one MCP server is set, but if multi servers are set, the value is None.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using multi-server config to init my mcp client by following the doc: https://gofastmcp.com/clients/client#multi-server-example
But the MCP server (serena) is using
instructionsas the system prompt, so I want to get it from the client.I found that I can get it from
initialize_result.instructionswhen only one MCP server is set, but if multi servers are set, the value isNone.Beta Was this translation helpful? Give feedback.
All reactions