rosswj

Results 3 comments of rosswj

After configuring the ReactAgent with MCP, the execution success rate is very low. We hope developers can refer to this implementation for guidance: [ModelScope MCP Playground](https://www.modelscope.cn/studios/modelscope/mcp-playground)

I found that adding the parameters attribute in the POST method seems to pass the validation, which appears to be an issue with code parsing. ``` yaml paths: /recommended_actions: post:...

> @rosswj Thanks for the workaround. With the parameters attribute, the actual call from the tool works fine like the requestBody? yes