MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isHTTPConfig

Function isHTTPConfig

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

Source from the content-addressed store, hash-verified

447}
448
449function isHTTPConfig(config: McpServerConfig): config is McpHTTPServerConfig {
450 return config.type === 'http'
451}
452
453function isWebSocketConfig(
454 config: McpServerConfig,

Callers 1

extractAgentMcpServersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected