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 have checked that this question would not be more appropriate as an issue in a specific repository
I have searched existing discussions and documentation for answers
Question Category
Protocol Specification
SDK Usage
Server Implementation
General Implementation
Documentation
Other
Your Question
Hello!
I want to combine MCP server and client in one application. For a regular server, the server is a different process, and we use StdioClientTransport etc and have no problem.
But I want to make "invocations" from MCP client -> MCP server inside one process.
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
-
Pre-submission Checklist
Question Category
Your Question
Hello!
I want to combine MCP server and client in one application. For a regular server, the server is a different process, and we use
StdioClientTransport
etc and have no problem.But I want to make "invocations" from MCP client -> MCP server inside one process.
I can't figure out how to implement this.
Any tips?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions