Documentation
1
2
3
4
5
6
7
//! List of built-in commands supported by the MCP protocol

/// Command name for initializing the server
pub const INIT: &str = "initialize";

/// Command name for pinging the server
pub const PING: &str = "ping";