The "Building with AI" docs page (https://docs.lightspark.com/platform-overview/building-with-ai)
lists the Grid MCP server URL as:
https://mcp.docs.lightspark.com/
This hostname does not resolve (confirmed via multiple public resolvers — 8.8.8.8, 1.1.1.1 — and
local DNS, all return NXDOMAIN/no answer).
The actual working endpoint appears to be:
https://docs.lightspark.com/mcp
A claude mcp add --transport http pointed at this URL connects successfully and responds
correctly to MCP requests (GET returns 405 Method Not Allowed, consistent with a streamable-HTTP
MCP server expecting POST).
Could you update the docs page to reference the correct URL, or add a DNS record for
mcp.docs.lightspark.com if that subdomain is intended to be the canonical one?
The "Building with AI" docs page (https://docs.lightspark.com/platform-overview/building-with-ai)
lists the Grid MCP server URL as:
This hostname does not resolve (confirmed via multiple public resolvers — 8.8.8.8, 1.1.1.1 — and
local DNS, all return NXDOMAIN/no answer).
The actual working endpoint appears to be:
A
claude mcp add --transport httppointed at this URL connects successfully and respondscorrectly to MCP requests (GET returns 405 Method Not Allowed, consistent with a streamable-HTTP
MCP server expecting POST).
Could you update the docs page to reference the correct URL, or add a DNS record for
mcp.docs.lightspark.comif that subdomain is intended to be the canonical one?