You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,6 +133,14 @@ export class LocalAgentExecutor<TOutput extends z.ZodTypeAny> {
129
133
// registry and register it with the agent's isolated registry.
130
134
consttool=parentToolRegistry.getTool(toolName);
131
135
if(tool){
136
+
if(
137
+
toolinstanceofDiscoveredMCPTool&&
138
+
!toolName.includes(MCP_QUALIFIED_NAME_SEPARATOR)
139
+
){
140
+
thrownewError(
141
+
`MCP tool '${toolName}' must be requested with its server prefix (e.g., '${tool.serverName}${MCP_QUALIFIED_NAME_SEPARATOR}${toolName}') in agent '${definition.name}'.`,
0 commit comments