docs: add MCP server to Building with AI page#333
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Greptile SummaryThis PR adds a new "MCP server" section to the Building with AI docs page, documenting the The content is well-structured and accurately describes the server's scope (documentation access only, not direct API interaction). The anchor link to Confidence Score: 5/5Safe to merge — documentation-only addition with no logic, schema, or API changes. All findings are P2 or lower, and the one previously flagged issue (missing language tag on the URL code block) was already captured in a prior review thread. The new section is accurate, well-structured, uses correct Mintlify components, and the anchor link resolves correctly. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/platform-overview/building-with-ai.mdx | Adds a well-structured MCP server section with correct anchor links, a valid JSON config block, and an appropriate callout; the only minor issue (missing language tag on the URL code block) was flagged in a prior review thread. |
Sequence Diagram
sequenceDiagram
participant Dev as Developer / AI Agent
participant Client as MCP Client (Claude Desktop, Cursor, Windsurf)
participant MCP as grid.lightspark.com/mcp
participant Docs as Grid Documentation
Dev->>Client: Configure MCP server URL
Client->>MCP: Connect (streamable HTTP transport)
Dev->>Client: Ask question about Grid API
Client->>MCP: search_grid_api_documentation(query)
MCP->>Docs: Search documentation index
Docs-->>MCP: Matching pages/excerpts
MCP-->>Client: Search results
Client->>MCP: get_page_grid_api_documentation(page)
MCP->>Docs: Fetch full page content
Docs-->>MCP: Page markdown
MCP-->>Client: Full page content
Client-->>Dev: AI response with Grid API context
Reviews (2): Last reviewed commit: "docs: add MCP server section to Building..." | Re-trigger Greptile
13374be to
6c65975
Compare
Adds documentation for the Grid MCP server (grid.lightspark.com/mcp) including available tools, config snippet, and a note that it provides documentation access for agentic workflows, not direct API interaction. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6c65975 to
5218fca
Compare
jklein24
left a comment
There was a problem hiding this comment.
I still don't entirely see the benefit of using MCP over other mechanisms for this (the skill or just pointing at llms.txt), but I guess this doesn't hurt.
|
I'm not sure either, just trying to fulfill all user preferences. And the MCP server has 0 maintenance. It's after the skill which is preferred and we have more control over. |
|
I don't want some PM comparing between Grid and Modern Treasury and choosing Modern Treasury because they have a MCP server |
Summary
grid.lightspark.com/mcpendpoint with its two tools (search_grid_api_documentation,get_page_grid_api_documentation)Test plan
make mint#install-the-grid-api-agent-skillworks from the Info callout🤖 Generated with Claude Code