Update README.md and doc in server/index.ts

This commit is contained in:
cliffhall
2025-12-13 14:56:36 -05:00
parent a235ed8016
commit 79c4e51038
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ export type ServerFactoryResponse = {
};
/**
* `ServerInstance` factory
* Server Factory
*
* This function initializes a `McpServer` with specific capabilities and instructions,
* registers tools, resources, and prompts, and configures resource subscription handlers.