mcpr 0.2.3

Rust implementation of Anthropic's Model Context Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! CLI tools for working with MCP

// This module will contain CLI functionality for generating server and client stubs
// and for running MCP servers and clients.

/// CLI command definitions
pub mod commands {
    // To be implemented
}

/// Code generation templates
pub mod templates {
    // To be implemented
}