forge-core 0.9.0

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
6
7
8
pub mod context;
pub mod traits;

pub use context::McpToolContext;
pub use traits::{
    ForgeMcpTool, McpContent, McpContentBlock, McpToolAnnotations, McpToolIcon, McpToolInfo,
    McpToolResult,
};