MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / setUpResources

Method setUpResources

src/McpService.ts:332–338  ·  view source on GitHub ↗
(server: McpServer)

Source from the content-addressed store, hash-verified

330 }
331
332 private setUpResources(server: McpServer) {
333 // server.resource({
334 // name: "api-operations",
335 // description: "API operations",
336 // schema: z.object({}),
337 // });
338 }
339}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected