Skip to content

Commit dfda41b

Browse files
committed
Update README.md
1 parent 53886b5 commit dfda41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Overview
44

55
Metatool MCP Server is a proxy server that joins multiple MCP servers and forward tool calls to the appropriate server.
6-
It can be used with [metatool-app](https://github.com/metatool-ai/metatool-app), the GUI tool manager for MCP which is also open source, together.
6+
It should be used with [metatool-app](https://github.com/metatool-ai/metatool-app), the GUI tool manager for MCP which is also open source, together.
77

88
## How it works
9-
- mcp-sever-metatool itself is both a MCP client and a MCP server
9+
- mcp-server-metatool itself is both a MCP client and a MCP server
1010
- On startup, it connects to the metatool-app API to get a list of MCP servers to connect to
1111
- On `list_tools` call of MCP, it joins all tools from all MCP servers with namespace isolation.
1212
- On `call_tool` call of MCP, it forwards the call to the appropriate server.

0 commit comments

Comments
 (0)