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

Function createSdkMcpServer

src/entrypoints/agentSdkTypes.ts:103–107  ·  view source on GitHub ↗
(
  _options: CreateSdkMcpServerOptions,
)

Source from the content-addressed store, hash-verified

101 * If your SDK MCP calls will run longer than 60s, override CLAUDE_CODE_STREAM_CLOSE_TIMEOUT
102 */
103export function createSdkMcpServer(
104 _options: CreateSdkMcpServerOptions,
105): McpSdkServerConfigWithInstance {
106 throw new Error('not implemented')
107}
108
109export class AbortError extends Error {}
110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected