01Comprehensive Overload Detection: Utilizes advanced mechanisms like Go runtime scheduler's queuing delay histograms and throughput counters to accurately identify congestion.
020 GitHub stars
03Server-side Load Shedding: Implements admission control, rejecting requests when client tokens fall below the dynamic price to prevent service overload.
04MCP Protocol Integration: Fully supports the JSON-RPC 2.0 based MCP protocol, including `initialize`, `tools/list`, `tools/call`, and governance metadata.
05Dynamic Pricing: Automatically adjusts tool call prices based on real-time server load metrics (e.g., queuing delay, throughput, business latency).
06Client-side Rate Limiting: Enables clients to proactively block requests when their token budget is insufficient, reducing unnecessary load on services.
07Flexible Price Aggregation: Supports multiple strategies for aggregating prices (maximal, additive, mean) across multi-tool invocation chains.