提交qiming-mcp-proxy
This commit is contained in:
18
qiming-mcp-proxy/mcp-proxy/src/server/mod.rs
Normal file
18
qiming-mcp-proxy/mcp-proxy/src/server/mod.rs
Normal file
@@ -0,0 +1,18 @@
|
||||
pub mod handlers;
|
||||
mod mcp_dynamic_router_service;
|
||||
mod middlewares;
|
||||
pub mod protocol_detector;
|
||||
mod router_layer;
|
||||
mod task;
|
||||
pub mod telemetry;
|
||||
|
||||
pub use handlers::{get_health, get_ready};
|
||||
|
||||
pub use middlewares::set_layer;
|
||||
|
||||
pub use protocol_detector::{detect_mcp_protocol, detect_mcp_protocol_with_headers};
|
||||
pub use router_layer::get_router;
|
||||
pub use task::{mcp_start_task, schedule_check_mcp_live, start_schedule_task};
|
||||
pub use telemetry::{
|
||||
create_telemetry_layer, init_tracer_provider, log_service_info, shutdown_telemetry,
|
||||
};
|
||||
Reference in New Issue
Block a user