joeBlockchain_mcp-server-client
If you are the rightful owner of joeBlockchain_mcp-server-client and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project demonstrates a basic implementation of the Model Context Protocol (MCP) using the TypeScript SDK, featuring both server and client components.
The MCP Server-Client Example is a project that showcases a simple implementation of the Model Context Protocol using TypeScript. It includes a server that provides access to resources and a client that connects to the server to request these resources. The communication between the server and client is facilitated over stdio transport. The project is structured to allow basic resource listing and reading functionalities, making it a useful starting point for understanding MCP implementations. The server is capable of handling resource requests and provides basic error handling for unknown resources. The example includes a simple text resource, 'file:///example.txt', which the client can access.
Features
- MCP server and client implementation using TypeScript
- Stdio transport communication between server and client
- Basic resource listing and reading functionality
- Error handling for unknown resources
- Example resource access