@@ -32,6 +32,16 @@ confusion by narrowing down the toolset to only those relevant for a given task.
3232It also simplifies client configurations by providing a single access point to
3333multiple MCP servers.
3434
35+ The meta-mcp workflow:
36+
37+ 1 . Your AI client sends the request to meta-mcp
38+ 2 . Meta-mcp uses hybrid search (semantic + keyword) to find relevant tools
39+ across all connected MCP servers
40+ 3 . Meta-mcp server returns the short list of matching tools to the client
41+ 4 . Client selects one tool from the short list and uses meta-mcp to call that
42+ tool
43+ 5 . Results are returned from meta-mcp to the client
44+
3545## Metadata
3646
3747<MCPMetadata name = ' meta-mcp' />
@@ -138,20 +148,12 @@ Once meta-mcp is configured and running, you can use the same prompts you would
138148normally use with individual MCP servers. The meta-mcp server automatically
139149discovers and routes to appropriate tools.
140150
141- ** Direct task examples: **
151+ Using the example MCP servers above, here are some sample prompts:
142152
143- - "Get the details of GitHub issue 1911 from stacklok/toolhive repo"
144- - "List recent PRs from stacklok/toolhive repo"
145-
146- ** The meta-mcp workflow:**
147-
148- 1 . Your AI client sends the request to meta-mcp
149- 2 . Meta-mcp uses hybrid search (semantic + keyword) to find relevant tools
150- across all connected MCP servers
151- 3 . Meta-mcp server returns the short list of matching tools to the client
152- 4 . Client selects one tool from the short list and uses meta-mcp to call that
153- tool
154- 5 . Results are returned from meta-mcp to the client
153+ - "Get the details of GitHub issue 1911 from the stacklok/toolhive repo"
154+ - "List recent PRs from the stacklok/toolhive repo"
155+ - "Fetch the latest news articles about AI"
156+ - "What is the current time in Tokyo?"
155157
156158## Available tools
157159
0 commit comments