You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refact: rename hub into agents and add system prompt support (#2197)
* Refactor terminology from "Hubs" to "Agents" across documentation and UI components. Update descriptions and references to reflect the new terminology, ensuring consistency in the context of MCP Mesh functionality. Additionally, introduce a new hook for managing system prompts specific to agents.
* Update documentation to replace "Hubs" with "Agents" for consistency across MCP Mesh references. Adjust descriptions and instructions in multiple files to reflect this terminology change, ensuring clarity in the context of virtual server functionality.
* Refactor extractConnectionData function for improved readability and consistency. Removed unnecessary line breaks and cleaned up the code structure. Removed unused findRegistryItemByBinding function to streamline the utility file.
* fmt
* Update text in ConnectionGatewaysSection to clarify that the connection is used on agents instead of being exposed via agents, enhancing consistency with recent terminology changes.
* Update documentation and code references to replace "Hubs" with "Agents" throughout the MCP Mesh, ensuring consistency in terminology. Adjust descriptions, instructions, and error messages to reflect the new terminology, enhancing clarity in the context of virtual server functionality.
* Update documentation and code references to consistently replace "Gateways" with "Agents" in the MCP Mesh, ensuring clarity and uniformity in terminology across multiple files.
* Update documentation and code references to consistently replace "Gateways" with "Agents" across multiple files, enhancing clarity and uniformity in terminology within the MCP Mesh.
Copy file name to clipboardExpand all lines: apps/docs/client/src/content/en/mcp-mesh/connect-clients.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ There are two common ways to connect clients to the Mesh:
17
17
18
18
-**Management MCP**: `POST /mcp`
19
19
-**Connection proxy**: `POST /mcp/:connectionId`
20
-
-**Hub (virtual server)**: `POST /mcp/gateway/:gatewayId` (or omit `:gatewayId` to use the org default Hub with headers)
20
+
-**Agent (virtual server)**: `POST /mcp/gateway/:gatewayId` (or omit `:gatewayId` to use the org default Agent with headers)
21
21
22
22
<Callouttype="tip">
23
-
If your goal is a "single MCP URL" for a curated tool surface, use **Hubs**. If you want a direct pipe to one upstream MCP, use **Connection proxy**.
23
+
If your goal is a "single MCP URL" for a curated tool surface, use **Agents**. If you want a direct pipe to one upstream MCP, use **Connection proxy**.
0 commit comments