WIP: code ptc

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

View file

@ -548,6 +548,7 @@ function createToolInstance({
});
toolInstance.mcp = true;
toolInstance.mcpRawServerName = serverName;
toolInstance.mcpJsonSchema = parameters;
return toolInstance;
}