Currently running capa sh, MCP tools return a response that looks like this: ```json { "success": true, "result": "<result>" } ``` The result is an escaped string. It should be un-escaped and returned as is.
Currently running capa sh, MCP tools return a response that looks like this:
{ "success": true, "result": "<result>" }The result is an escaped string. It should be un-escaped and returned as is.