diff --git a/src/routers/chat.ts b/src/routers/chat.ts index 1de1785..a18c145 100644 --- a/src/routers/chat.ts +++ b/src/routers/chat.ts @@ -21,6 +21,7 @@ import { hasChatMcpHttpSession, registerChatMcpHttpSession, unregisterChatMcpHttpSession, + isNameTrackedByAnotherSession, } from '../apps/chat/src/mcp.js'; export { @@ -30,6 +31,7 @@ export { hasChatMcpHttpSession, registerChatMcpHttpSession, unregisterChatMcpHttpSession, + isNameTrackedByAnotherSession, }; export const router: Router = Router();