wesichain-mcp
Model Context Protocol (MCP 2024-11-05) client for Wesichain — stdio and HTTP/SSE transports.
Part of the wesichain LLM agent framework.
Installation
[]
= "0.3"
Quick Start
use ;
use ToolRegistry;
async
Transports
| Transport | Use case |
|---|---|
StdioTransport |
Local processes (subprocess MCP servers) |
HttpTransport |
Remote MCP servers over HTTP + SSE |
MCP Resources & Sampling
The client also supports MCP resources/list, resources/read, and sampling/createMessage for agentic use cases.
License
Apache-2.0 OR MIT