chore: correcting project name

This commit is contained in:
Jerry Z H
2025-05-21 18:01:25 +08:00
parent 8ac9a1ad33
commit 3018424c0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# MCP Server
AgentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此您需要完成以下几个步骤。
agentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此您需要完成以下几个步骤。
## 1. 标记需要发布的工具
您可以在工具(Tool)或者工具包(Toolkit)的yaml定义文件中将工具或工具包标识为可通过MCP Server调用