Update doc in server/index.ts

This commit is contained in:
cliffhall
2025-12-13 15:00:18 -05:00
parent 90d1b664ee
commit cb5f70cf20

View File

@@ -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.