Expand description
Reusable MCP aggregation gateway runtime.
This crate intentionally starts with a narrow public surface. Runtime modules are added phase by phase behind tests that enforce the dependency direction.
Modules§
- codemode_
journal - config
- Gateway configuration DTOs and local persistence-safe views.
- dispatch_
helpers - gateway
- Gateway runtime seams.
- net
- process
- Process hygiene for stdio upstreams.
- registry
- security
- Gateway-local security helpers.
- upstream
- Self-contained upstream runtime primitives.
- usage
Constants§
- CODEMODE_
ENABLED - Whether the optional Code Mode gateway adapter is compiled in.
- FEATURE_
NAMES - Optional feature names that product crates may enable.
- OAUTH_
ENABLED - Whether the optional upstream OAuth adapter is compiled in.
- OPENAPI_
ENABLED - Whether the optional OpenAPI gateway adapter is compiled in.
- PALETTE_
ENABLED - Whether the optional palette projection adapter is compiled in.
- PROTECTED_
ROUTES_ ENABLED - Whether protected-route support is compiled in.
- VERSION
- Crate version from Cargo metadata.