poet 0.7.0

Static site generator with optional MCP server and LLM SEO optimizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod client_to_server_message;
pub mod empty_object;
pub mod id;
pub mod implementation;
pub mod meta;
pub mod notification;
pub mod request;
pub mod response;
pub mod role;
pub mod serde_defaults;
pub mod server_to_client_notification;
pub mod server_to_client_response;

pub const JSONRPC_VERSION: &str = "2.0";