MCP Server tools don't accept response from custom Now Assist skills
I am trying to setup an MCP Server to expose a Now Assist Skill which returns an LLM response. The skill is configured correctly, and it returns the response as follows: { "provider": "Now LLM", "response": { "model_output": "..." }, "err...