mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
Update doc in server/index.ts
This commit is contained in:
@@ -22,12 +22,10 @@ export type ServerFactoryResponse = {
|
||||
* This function initializes a `McpServer` with specific capabilities and instructions,
|
||||
* registers tools, resources, and prompts, and configures resource subscription handlers.
|
||||
*
|
||||
* It returns the server instance along with callbacks for post-connection setup and cleanup tasks.
|
||||
*
|
||||
* @function
|
||||
* @returns {ServerFactoryResponse} An object containing the server instance, a `clientConnected` callback
|
||||
* for managing new client sessions, and a `cleanup` function for handling server-side cleanup when
|
||||
* a session ends.
|
||||
* @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.
|
||||
*
|
||||
* Properties of the returned object:
|
||||
* - `server` {Object}: The initialized server instance.
|
||||
|
||||
Reference in New Issue
Block a user