MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isSSEConfig

Function isSSEConfig

src/services/mcp/utils.ts:445–447  ·  view source on GitHub ↗
(config: McpServerConfig)

Source from the content-addressed store, hash-verified

443}
444
445function isSSEConfig(config: McpServerConfig): config is McpSSEServerConfig {
446 return config.type === 'sse'
447}
448
449function isHTTPConfig(config: McpServerConfig): config is McpHTTPServerConfig {
450 return config.type === 'http'

Callers 1

extractAgentMcpServersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected