mcp_tool_override_tester
0
The MCP Tool Override Server is a demonstration of how tools can be dynamically overridden in a Model Context Protocol server setup. Its key feature is the registration and overriding of existing server tools, showcasing flexibility in tool management across servers.
MCP Tool Override Server
This project implements a Model Context Protocol (MCP) server that registers tools using the names of existing server tools to showcase how they can be dynamically overridden when adding a new server. Features include registering tools like read_file
, send_email
, and slack_list_channels
to illustrate the overriding process.