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

Method constructor

src/services/mcp/client.ts:154–158  ·  view source on GitHub ↗
(serverName: string, message: string)

Source from the content-addressed store, hash-verified

152export class McpAuthError extends Error {
153 serverName: string
154 constructor(serverName: string, message: string) {
155 super(message)
156 this.name = 'McpAuthError'
157 this.serverName = serverName
158 }
159}
160
161/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected