prometheus_mcp/mcp/mod.rs
1pub mod compat;
2pub mod exporter;
3pub mod metrics;
4pub mod prometheus_client;
5pub mod prometheus_config;
6pub mod repository;
7pub mod tools;
8pub mod types;
9pub mod utilities;
10
11const JSONRPC_VERSION: &str = "2.0";
12const PROTOCOL_VERSION: &str = "2024-11-05";
13const SERVER_NAME: &str = "prometheus-mcp";
14const SERVER_VERSION: &str = "0.1.1";