UNPKG

mcp-chain-of-draft-server

Version:

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

6 lines (5 loc) 134 B
import { Express } from 'express'; /** * Function to setup Swagger UI */ export declare const setupSwagger: (app: Express) => void;