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 see you provide examples how to communicate with MCP server via StdIo and HTTP.
That is cool.
However I'd like my MCP server and client to live in the same process.
I'd need something like InMemoryTransport.
I'm trying to write it myself but no luck.
An example would be appreciated.