feat(mcp): add TODO for version checking
This commit is contained in:
@@ -96,6 +96,8 @@ export class HubBridge {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Add version checking
|
||||||
|
|
||||||
/** @param {import('ws').WebSocket} ws */
|
/** @param {import('ws').WebSocket} ws */
|
||||||
#onConnection(ws) {
|
#onConnection(ws) {
|
||||||
if (this.#hub && this.#hub.readyState === 1) {
|
if (this.#hub && this.#hub.readyState === 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user