Need help: Setting up MCP client for stdio mode #290
Unanswered
hardyslays
asked this question in
Q&A
Replies: 2 comments
-
Hi @hardyslays, Would you follow the debugging steps which are described in README?
Running the Inspector will show you exactly how the request/response format works, which should help with your implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hardyslays what client are you using? |
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.
-
Hi,
I am fairly new to the concept of AI Agents and MCP servers. I have a use case of running this MCP server from an MCP client using the stdio method.
The document is very good for explaining sse mode setup for the MCP, and I am able to run it using cmd.
However, I am completely stuck in how I can set up a MCP client and run the server in stdio mode from the client.
It would be very helpful if I can get a small example or sample to refer to, or at least the steps on how I can proceed for my use case.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions