mcp-core-fishcode2025 0.1.0

Core types for the Model Context Protocol SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod content;
pub use content::{Annotations, Content, ImageContent, TextContent};
pub mod handler;
pub mod role;
pub use role::Role;
pub mod tool;
pub use tool::{Tool, ToolCall};
pub mod resource;
pub use resource::{Resource, ResourceContents};
pub mod protocol;
pub use handler::{ToolError, ToolResult};
pub mod prompt;