MCP client not injecting state into tool nodes #3967
Replies: 3 comments
-
Not planned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to check if this issue is solved ? or a way to inject the state to tools that are on mcp client |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are there any updates on this issue? |
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.
-
I'm writing a simple MCP client/server app, which works fine until I try to access the graph state from within one or more of the tools.
The code is as follows:
When I run the client, the following AI message appears:
On the server, I have an
@mcp.tool
decoration on each of my tools:What am I missing?
Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions