MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/mcp/src/auth.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export class McpAuthError extends Error {
20 constructor(message: string) {
21 super(message);
22 this.name = 'McpAuthError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected