(config: McpServerConfig)
| 447 | } |
| 448 | |
| 449 | function isHTTPConfig(config: McpServerConfig): config is McpHTTPServerConfig { |
| 450 | return config.type === 'http' |
| 451 | } |
| 452 | |
| 453 | function isWebSocketConfig( |
| 454 | config: McpServerConfig, |
no outgoing calls
no test coverage detected