@slickgrid-universal/web-mcp
v10.8.3
Published
Slick Web MCP Service - Vanilla Implementation exposing SlickGrid data and filtering as WebMCP (Model Context Protocol) tools
Readme
@slickgrid-universal/web-mcp
An optional External Resource that exposes SlickGrid data manipulation capabilities as WebMCP (Model Context Protocol) tools, allowing AI assistants running in the browser to read and manipulate the live grid via natural language.
For full documentation see docs/ai/ai-toolkit.md.
Installation
npm install @slickgrid-universal/web-mcpBasic Usage
import { WebMcpService } from '@slickgrid-universal/web-mcp';
const gridOptions = {
externalResources: [new WebMcpService()],
// ...
};The service silently no-ops when the browser does not expose navigator.modelContext, so it is safe to include unconditionally.
License
MIT
