From 3018424c0ef35ec1db1e002ead7e86c7c1b0c7b0 Mon Sep 17 00:00:00 2001 From: Jerry Z H Date: Wed, 21 May 2025 18:01:25 +0800 Subject: [PATCH] chore: correcting project name --- docs/guidebook/en/In-Depth_Guides/Deployment/K8S_Deployment.md | 2 +- docs/guidebook/zh/In-Depth_Guides/技术组件/服务化/MCP_Server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guidebook/en/In-Depth_Guides/Deployment/K8S_Deployment.md b/docs/guidebook/en/In-Depth_Guides/Deployment/K8S_Deployment.md index 794e4881..5f5c2f41 100644 --- a/docs/guidebook/en/In-Depth_Guides/Deployment/K8S_Deployment.md +++ b/docs/guidebook/en/In-Depth_Guides/Deployment/K8S_Deployment.md @@ -84,7 +84,7 @@ kubectl get all -n agent-namespace ## 4. Accessing agentUniverse Services from Inside the Cluster -To access AgentUniverse services from within the cluster, use the following command line example: +To access agentUniverse services from within the cluster, use the following command line example: ``` kubectl exec -it [Pod Name] -n agent-namespace -- curl http://agentuniverse-service:9999 diff --git a/docs/guidebook/zh/In-Depth_Guides/技术组件/服务化/MCP_Server.md b/docs/guidebook/zh/In-Depth_Guides/技术组件/服务化/MCP_Server.md index eb27cc49..fc143d3f 100644 --- a/docs/guidebook/zh/In-Depth_Guides/技术组件/服务化/MCP_Server.md +++ b/docs/guidebook/zh/In-Depth_Guides/技术组件/服务化/MCP_Server.md @@ -1,6 +1,6 @@ # MCP Server -AgentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此,您需要完成以下几个步骤。 +agentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此,您需要完成以下几个步骤。 ## 1. 标记需要发布的工具 您可以在工具(Tool)或者工具包(Toolkit)的yaml定义文件中,将工具或工具包标识为可通过MCP Server调用: