UNPKG
mcp-chain-of-draft-server
Version:
latest (1.1.0)
1.1.0
1.0.0
0.2.0
0.1.0
A Model Context Protocol server which provides Chain of Draft style thinking
mcp-chain-of-draft-server
/
build
/
utils
/
swagger.d.ts
6 lines
(5 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Express
}
from
'express'
;
/** * Function to setup Swagger UI */
export
declare
const
setupSwagger
:
(
app
:
Express
) =>
void
;