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

Function isWebSocketConfig

src/services/mcp/utils.ts:453–457  ·  view source on GitHub ↗
(
  config: McpServerConfig,
)

Source from the content-addressed store, hash-verified

451}
452
453function isWebSocketConfig(
454 config: McpServerConfig,
455): config is McpWebSocketServerConfig {
456 return config.type === 'ws'
457}
458
459/**
460 * Extracts MCP server definitions from agent frontmatter and groups them by server name.

Callers 1

extractAgentMcpServersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected