@totoy/totoy-mcp
Version:
MCP Server for Totoy Document AI. Explain documents in simple, plain or detailed language and create Knowledge Bases from your documents in 19 languages.
29 lines (28 loc) • 1.09 kB
JavaScript
export const SERVER_NAME = "totoy-mcp";
export const SERVER_VERSION = "0.0.3";
export const OPERATION_FILES_RELATIVE = [
"./operations/createexplanation.js",
"./operations/createknowledgebase.js",
"./operations/listknowledgebases.js",
"./operations/getknowledgebase.js",
"./operations/modifyknowledgebase.js",
"./operations/deleteknowledgebase.js",
"./operations/chatwithknowledgebase.js",
"./operations/addknowledgebasesources.js",
"./operations/listknowledgebasesources.js",
"./operations/getknowledgebasesource.js",
"./operations/deleteknowledgebasesource.js",
"./operations/createtextsource.js",
"./operations/createdocumentsource.js",
"./operations/listsources.js",
"./operations/getsource.js",
"./operations/modifysource.js",
"./operations/deletesource.js",
"./operations/getsourcecontent.js",
"./operations/createproject.js",
"./operations/listprojects.js",
"./operations/getproject.js",
"./operations/modifyproject.js",
"./operations/deleteproject.js",
"./operations/getorganization.js"
];