mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Update README.md and doc in server/index.ts
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
|
||||
This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities.
|
||||
|
||||
## Tools, Resources, Prompts, and Other Features
|
||||
|
||||
A complete list of the registered MCP primitives and other protocol features demonstrated can be found in the [Server Features](docs/features.md) document.
|
||||
|
||||
## Usage with Claude Desktop (uses [stdio Transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#stdio))
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user