mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
chore: correcting project name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# MCP Server
|
||||
|
||||
AgentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此,您需要完成以下几个步骤。
|
||||
agentUniverse允许用户将自己的工具通过MCP Server的形式对外提供服务。为此,您需要完成以下几个步骤。
|
||||
|
||||
## 1. 标记需要发布的工具
|
||||
您可以在工具(Tool)或者工具包(Toolkit)的yaml定义文件中,将工具或工具包标识为可通过MCP Server调用:
|
||||
|
||||
Reference in New Issue
Block a user