MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / configureMCPServerTools

Function configureMCPServerTools

src/index.ts:106–110  ·  view source on GitHub ↗
(server: McpServer)

Source from the content-addressed store, hash-verified

104
105function configureMCPServerTools(server: McpServer): void {
106 for (const tool of mcpToolsToRegister) {
107 server.tool(tool.name, tool.schema, (args, extra) => tool.handler(server, client, args, extra));
108 }
109}
110
111function createExpressApp(
112 enableDashboard: boolean = false,
113 mcpHttpAuthToken?: string

Callers 1

createMCPServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected