@components-kit/open-workbook-protocol
v0.1.14
Published
Shared Open Workbook protocol types, tool catalog, resources, prompts, and JSON-RPC contracts.
Maintainers
Readme
@components-kit/open-workbook-protocol
Shared protocol package for Open Workbook.
It contains:
- workbook, range, operation, snapshot, template, table, chart, pivot, and permission types
- JSON-RPC envelope types
- tool catalog and exposure rules
- MCP resource catalog
- prompt catalog
- runtime error helpers
Usage
import { ToolCatalog, getToolCatalogSummary, runtimeError } from "@components-kit/open-workbook-protocol";Most users should install @components-kit/open-workbook; this package is published for integrators building clients, tests, or alternate engines.
