WIP: code ptc

This commit is contained in:
Danny Avila 2025-12-07 23:17:45 -05:00
parent 4d7e6b4a58
commit 3588929c70
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
8 changed files with 454 additions and 12 deletions

View file

@ -429,6 +429,7 @@ function createToolInstance({ res, toolName, serverName, toolDefinition, provide
});
toolInstance.mcp = true;
toolInstance.mcpRawServerName = serverName;
toolInstance.mcpJsonSchema = parameters;
return toolInstance;
}