From cb5f70cf208c67b039ebebb309391a21883433ed Mon Sep 17 00:00:00 2001 From: cliffhall Date: Sat, 13 Dec 2025 15:00:18 -0500 Subject: [PATCH] Update doc in server/index.ts --- src/everything/server/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/everything/server/index.ts b/src/everything/server/index.ts index e8bfb7ef..2f50de16 100644 --- a/src/everything/server/index.ts +++ b/src/everything/server/index.ts @@ -22,7 +22,6 @@ export type ServerFactoryResponse = { * This function initializes a `McpServer` with specific capabilities and instructions, * registers tools, resources, and prompts, and configures resource subscription handlers. * - * @function * @returns {ServerFactoryResponse} An object containing the server instance, a `clientConnected` * callback for post-connection setup, and a `cleanup` function for handling server-side cleanup * when a session ends.