| 2539 | |
| 2540 | #[derive(Debug, Deserialize)] |
| 2541 | pub struct AddMcpRequest { |
| 2542 | pub name: String, |
| 2543 | pub config: McpConfigInput, |
| 2544 | } |
| 2545 | |
| 2546 | #[derive(Debug, Deserialize)] |
| 2547 | #[serde(untagged)] |
nothing calls this directly
no outgoing calls
no test coverage detected