mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 04:00:26 +00:00
switch cloudflare to serveo for SSE
This commit is contained in:
parent
e5a987087b
commit
9d4e115e2c
2 changed files with 15 additions and 9 deletions
|
|
@ -703,12 +703,12 @@ class MCPConfig(BaseModel):
|
|||
if server.name in server_names:
|
||||
server_name = server.name
|
||||
prompt += f"### {server_name}\n"
|
||||
prompt += f"{server.description}\n\n"
|
||||
prompt += f"{server.description}\n"
|
||||
tools = server.get_tools()
|
||||
|
||||
for tool in tools:
|
||||
prompt += (
|
||||
f"### {server_name}.{tool['name']}:\n"
|
||||
f"\n### {server_name}.{tool['name']}:\n"
|
||||
f"{tool['description']}\n\n"
|
||||
# f"#### Categories:\n"
|
||||
# f"* kind: MCP Server Tool\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue