mcp-durable-object-client
This project demonstrates how to implement an MCP client using durable objects. The client sends requests to the server and receives responses to perform arithmetic operations, such as adding numbers. The README provides instructions for installing dependencies and starting the server, making it easy for developers to experiment with the setup.
GitHub Stars
60
User Rating
Not Rated
Forks
9
Issues
0
Views
0
Favorites
0
🤖 MCP Client as a durable object
This example shows a working pattern using durable objects as an MCP client.
To start, install depdencies in / and /server
npm i
To start the server, run npm run start in server/
To start the client, run npm run start in /
Ask Can you add 5 and 6?
The client will make a call to the server, get the response and show it to the client.
License
MIT
19. passionate dev who ships (a lot). 2x acquired founder. I just wanna make products that people love 💖. Working on @supermemoryai
2,910
Followers
86
Repositories
21
Gists
4
Total Contributions