MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / ProxyConfig

Class ProxyConfig

api/src/proxy/config.rs:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug, Clone, Serialize, Deserialize)]
5pub struct ProxyConfig {
6 pub endpoints: Vec<EndpointConfig>,
7}
8
9#[derive(Debug, Clone, Serialize, Deserialize)]
10pub struct EndpointConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected