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
/
tools
/
index.js
5 lines
(4 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
import
{ chainOfDraftTool }
from
"./chainOfDraftTool.js"
;
export
const
registerTools
= (
server
) => {
chainOfDraftTool
(server); };