In my custom MCP tooling, the input parameters are defined using camelCase, but the variables on Set State and Transform only accept lower-case characters.
I’m trying to send some values from variables and states to feed the input parameters, but the connection status is erroring due to the variable names are not matching.
It would be great to make upper-case and lower-case letters for the parameters, since camelCase is quite standard for variable names, APIs, etc.
I’m working with APIs from ERP Systems and we must follow their standards.
Does anyone experienced the same issue?