@components-kit/open-workbook-backend
v0.1.26
Published
Local backend broker for Open Workbook add-in sessions, backups, snapshots, plans, and permissions.
Maintainers
Readme
@components-kit/open-workbook-backend
Local backend runtime for Open Workbook.
The backend coordinates Excel add-in sessions, workbook snapshots, backups, plans, permissions, events, diffs, validation, repair, and rollback. It exposes a WebSocket endpoint for the Office.js add-in and is normally started by @components-kit/open-workbook-mcp-server.
Exports
import { RuntimeService } from "@components-kit/open-workbook-backend/runtime";
import { startBackendServer } from "@components-kit/open-workbook-backend/server";Environment
OPEN_WORKBOOK_HOSTOPEN_WORKBOOK_PORTOPEN_WORKBOOK_ADDIN_PATHOPEN_WORKBOOK_BACKUP_DIR
Source Layout
RuntimeService remains the stable facade for daemon RPC and embedding. Supporting runtime configuration lives under src/runtime/, while add-in session/RPC code, agent orchestration, state, metadata, and file bridge modules stay separated behind that facade.
Notes
Most users should install @components-kit/open-workbook. This package is published for embedding, testing, and advanced integrations.
