static readonly DEFAULT_CONNECTION_URL = 'ws://localhost'
static readonly FIRMWARE_INSTALL_DELAY_MS = 5000
-
static readonly FIRMWARE_STATUS_DELAY_MS = 2000
static readonly FIRMWARE_VERIFY_DELAY_MS = 500
/**
if (this.ocppSchemaCache.size === 0) {
return
}
- // Access MCP SDK internal handler map — pinned to @modelcontextprotocol/sdk@~1.27.x
+ // Access MCP SDK internal handler map — pinned to @modelcontextprotocol/sdk@~1.29.x
// The SDK does not provide a public API for wrapping existing handlers.
// setRequestHandler() replaces handlers entirely, losing Zod→JSON Schema conversion.
const handlers = Reflect.get(mcpServer.server, '_requestHandlers') as