MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AddMcpRequest

Class AddMcpRequest

crates/opencode-server/src/routes.rs:2541–2544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2539
2540#[derive(Debug, Deserialize)]
2541pub struct AddMcpRequest {
2542 pub name: String,
2543 pub config: McpConfigInput,
2544}
2545
2546#[derive(Debug, Deserialize)]
2547#[serde(untagged)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected