🐛 fix: MCP Name Normalization breaking User Provided Variables (#8644)

This commit is contained in:
Dustin Healy 2025-07-24 07:44:58 -07:00 committed by GitHub
parent 01470ef9fd
commit 1fe977e48f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 172 additions and 13 deletions

View file

@ -235,6 +235,7 @@ async function createMCPTool({ req, res, toolKey, provider: _provider }) {
responseFormat: AgentConstants.CONTENT_AND_ARTIFACT,
});
toolInstance.mcp = true;
toolInstance.mcpRawServerName = serverName;
return toolInstance;
}