mcp-execution-codegen 0.7.1

TypeScript code generation with progressive loading for MCP tools
Documentation
1
2
3
4
5
6
7
8
9
10
//! Common code shared between all feature modes.
//!
//! This module contains types and utilities used by both WASM and Skills
//! generation modes. Code here has no feature gates.

pub mod types;
pub mod typescript;

// Re-export common types
pub use types::{GeneratedCode, GeneratedFile, TemplateContext, ToolDefinition};