mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
[WIP] Refactor everything server to be more modular and use recommended APIs.
* Added git-tiny-image.ts - registers a tool that returns a tiny MCP logo * In all other tools, updated function docs
This commit is contained in:
@@ -16,10 +16,10 @@ const config = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Registers the Echo Tool with the provided McpServer instance.
|
||||
* Registers the 'echo' Tool with the provided McpServer instance.
|
||||
*
|
||||
* The Echo Tool validates input arguments using the EchoSchema and returns
|
||||
* a response that echoes the message provided in the arguments.
|
||||
* The registered tool validates input arguments using the EchoSchema and
|
||||
* returns a response that echoes the message provided in the arguments.
|
||||
*
|
||||
* @param {McpServer} server - The server instance where the Echo Tool will be registered.
|
||||
* @returns {void}
|
||||
|
||||
Reference in New Issue
Block a user