UNPKG

mcp-chain-of-draft-server

Version:

A Model Context Protocol server which provides Chain of Draft style thinking

11 lines (10 loc) 267 B
// Create session managers for each tool export const createToolSessions = () => { const sessions = { apiBlueprint: new Map(), adr: new Map(), codeReview: new Map(), implementationStrategy: new Map() }; return sessions; };