Skip to main content
Question

MCP Server Not Sending Properly Formatted Responses

  • February 4, 2026
  • 1 reply
  • 13 views

Forum|alt.badge.img

I connected the MCP Server to Cursor using HTTPS.  Cursor successfully connects and shows that 6 tools are available.  However, when I make a request I am not getting back a response.  I reconnected using the NPM package and it does work successfully, but only 3 tools are available.  How do I get the HTTPS Server working in Cursor?

Comments

Forum|alt.badge.img

Hello, same issue here:

 

Description:
When using the Lucid MCP server with Cursor IDE, all tool calls (search, fetch) fail with the following error:

MCP error -32600: Tool search has an output schema but did not return structured content

 

Environment:
  • Client: Cursor IDE (latest version)
  • OS: macOS (darwin 25.2.0)
  • MCP Server: Lucid Software (official integration via Cursor's MCP settings)
Steps to Reproduce:
  1. Enable the Lucid Software MCP server in Cursor IDE (Settings → Features → MCP)
  2. Complete OAuth authentication successfully
  3. Attempt to use any Lucid MCP tool (e.g., search with query "document" or fetch with a valid document ID)
  4. Observe the error
Tools Tested:
  • search with various queries ("document", "a", "") - all fail
  • fetch with a valid document UUID - also fails
Expected Behavior:
The tools should return search results or document content as specified in their output schemas.
Actual Behavior:
All tool calls return the generic MCP error: "Tool [toolName] has an output schema but did not return structured content"