Ask for retrieval first
Prompt the agent to inspect RevoGrid MCP before generating code. This reduces invented APIs and helps it start from real examples.
RevoGrid MCP gives AI coding tools structured access to the unified RevoGrid knowledge catalog:
https://mcp.rv-grid.comNo MCP access token or authorization header is required. The same endpoint
searches Core, Pro, and Enterprise knowledge. Results retain requiresPro
metadata so agents can explain package and license requirements accurately.
Use RevoGrid MCP when you want an AI tool to:
For public, text-only documentation sources—including the llms.txt index, full
corpus, split skill references, and downloadable skill—see
AI Agent Documentation Sources.
Use MCP when your tool supports structured retrieval and typed context. Use the public agent-readable files when it needs documentation it can fetch directly.
https://mcp.rv-grid.com to your AI coding tool.claude mcp add --transport http revogrid https://mcp.rv-grid.comcodex mcp add revogrid --url https://mcp.rv-grid.com{ "mcpServers": { "RevoGrid": { "url": "https://mcp.rv-grid.com", "type": "http" } }}Install the RevoGrid DataGrid MCP extension, or configure the server directly:
{ "servers": { "RevoGrid MCP": { "url": "https://mcp.rv-grid.com", "type": "http" } }, "inputs": []}The best prompts tell the agent:
Build a Vue RevoGrid Pro pivot table. Search MCP first, use the best matching example, and explain the required plugin configuration.Create a React grid with RevoGrid Pro history and validation. Use MCP docs and types before writing code.Find the best RevoGrid example for advanced filter headers in Angular and adapt it to server-side filtering.Check if this feature is available in Core or Pro, then recommend the best matching implementation path.Find a Core-only fallback for this Pro feature.Ask for retrieval first
Prompt the agent to inspect RevoGrid MCP before generating code. This reduces invented APIs and helps it start from real examples.
Use types as the source of truth
Ask the agent to verify plugin names, event payloads, config fields, and feature usage against RevoGrid types.
Be explicit about licensing
MCP knowledge is token-free, but using a Pro or Enterprise package still requires the appropriate product access. Ask for a Core-only fallback when needed.
Prefer examples over prose
Ask the agent to use the best matching demo or guide as the starting point, then adapt it to your app.
https://mcp.rv-grid.com to your MCP client.