docs.rs failed to build serdes-ai-mcp-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
serdes-ai-mcp
Model Context Protocol (MCP) implementation for serdes-ai
This crate provides MCP (Model Context Protocol) support for SerdesAI:
- MCP client implementation
- Tool server integration
- Resource and prompt management
- Stdio and HTTP transports
Installation
[]
= "0.1"
Usage
use ;
let client = stdio?;
let toolset = from_client.await?;
let agent = new
.toolset
.build;
Part of SerdesAI
This crate is part of the SerdesAI workspace.
For most use cases, you should use the main serdes-ai crate which re-exports these types.
License
MIT License - see LICENSE for details.