From c58478703bc8c48aa5139969ca0cc8571fc311c6 Mon Sep 17 00:00:00 2001 From: Sarvesh Date: Tue, 26 May 2026 17:22:09 +0530 Subject: [PATCH] docs(mcp): add Cursor WorkPaper config --- docs/llms-full.txt | 34 +++++++++++++++++++++++++++++++ docs/mcp-workpaper-tool-server.md | 34 +++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/docs/llms-full.txt b/docs/llms-full.txt index 82038b71a..c7b8535b4 100644 --- a/docs/llms-full.txt +++ b/docs/llms-full.txt @@ -7356,6 +7356,40 @@ The npm package exposes the demo server as `bilig-workpaper-mcp` by default: npm exec --package @bilig/workpaper@latest -- bilig-workpaper-mcp ``` +### Cursor MCP Config + +Cursor versions can expose MCP settings in different UI locations, so add the +server entry wherever your installation lets you edit MCP JSON: + +```json +{ + "mcpServers": { + "bilig-workpaper": { + "command": "npm", + "args": [ + "exec", + "--yes", + "--package", + "@bilig/headless", + "--", + "bilig-workpaper-mcp" + ] + } + } +} +``` + +This starts the published package's `bilig-workpaper-mcp` stdio server without +cloning the monorepo. The server exposes `read_workpaper_summary` for summary +range reads and `set_workpaper_input_cell` for verified input edits. + +Tiny smoke prompt: + +```text +Use the bilig-workpaper MCP server. Read Summary!A1:B5, set Inputs!B3 to 0.4, +and report expectedArr before and after the edit. +``` + ## Remote Stateless Endpoint The hosted app runtime also exposes a JSON-only Streamable HTTP MCP endpoint for diff --git a/docs/mcp-workpaper-tool-server.md b/docs/mcp-workpaper-tool-server.md index 8584c7634..9da9a5228 100644 --- a/docs/mcp-workpaper-tool-server.md +++ b/docs/mcp-workpaper-tool-server.md @@ -127,6 +127,40 @@ The npm package exposes the demo server as `bilig-workpaper-mcp` by default: npm exec --package @bilig/workpaper@latest -- bilig-workpaper-mcp ``` +### Cursor MCP Config + +Cursor versions can expose MCP settings in different UI locations, so add the +server entry wherever your installation lets you edit MCP JSON: + +```json +{ + "mcpServers": { + "bilig-workpaper": { + "command": "npm", + "args": [ + "exec", + "--yes", + "--package", + "@bilig/headless", + "--", + "bilig-workpaper-mcp" + ] + } + } +} +``` + +This starts the published package's `bilig-workpaper-mcp` stdio server without +cloning the monorepo. The server exposes `read_workpaper_summary` for summary +range reads and `set_workpaper_input_cell` for verified input edits. + +Tiny smoke prompt: + +```text +Use the bilig-workpaper MCP server. Read Summary!A1:B5, set Inputs!B3 to 0.4, +and report expectedArr before and after the edit. +``` + ## Remote Stateless Endpoint The hosted app runtime also exposes a JSON-only Streamable HTTP MCP endpoint for