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