diff --git a/package.json b/package.json index 38fcb7c..075f8e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devglide", - "version": "0.2.35", + "version": "0.2.37", "description": "AI workflow toolkit with MCP servers for kanban, shell, testing, workflows, and more — built for Claude Code", "license": "MIT", "author": "Daniel Kutyla", 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();