Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions platform/backend/src/archestra-mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2897,6 +2897,7 @@ export function getArchestraMcpTools(): Tool[] {
"Search by name (partial match). Only returns your personal agents.",
},
},
anyOf: [{ required: ["id"] }, { required: ["name"] }],
},
annotations: {},
_meta: {},
Expand All @@ -2919,6 +2920,7 @@ export function getArchestraMcpTools(): Tool[] {
"Search by name (partial match). Only returns your personal proxies.",
},
},
anyOf: [{ required: ["id"] }, { required: ["name"] }],
},
annotations: {},
_meta: {},
Expand All @@ -2941,6 +2943,7 @@ export function getArchestraMcpTools(): Tool[] {
"Search by name (partial match). Only returns your personal gateways.",
},
},
anyOf: [{ required: ["id"] }, { required: ["name"] }],
},
annotations: {},
_meta: {},
Expand Down