From 42ca13fa32a7981fc6fa52fc6610e3fe6c1cd074 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Mon, 18 May 2026 12:55:15 -0700 Subject: [PATCH 1/2] Add Bilig WorkPaper MCP server Signed-off-by: Greg Konush <12027037+gregkonush@users.noreply.github.com> --- .../src/registry/default-registry.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/crates/mcpmux-core/src/registry/default-registry.json b/crates/mcpmux-core/src/registry/default-registry.json index 3cfa54cf..bb5a4d40 100644 --- a/crates/mcpmux-core/src/registry/default-registry.json +++ b/crates/mcpmux-core/src/registry/default-registry.json @@ -243,6 +243,38 @@ "auth_type": "api_key" }, + "io.github.proompteng/bilig-workpaper": { + "id": "io.github.proompteng/bilig-workpaper", + "name": "Bilig WorkPaper", + "description": "Formula-backed WorkPaper MCP server for agents and backend services. Edit spreadsheet-style cells through an API, recalculate formulas, verify exact readback, and persist WorkPaper JSON without UI automation.", + "icon": "📊", + "category": "developer-tools", + "tags": ["workpaper", "spreadsheet", "formulas", "mcp", "typescript", "agents"], + "publisher": { + "name": "proompteng", + "url": "https://github.com/proompteng", + "verified": false + }, + "quality": { + "official": false, + "verified": false, + "github_stars": 24 + }, + "links": { + "homepage": "https://proompteng.github.io/bilig/", + "documentation": "https://proompteng.github.io/bilig/mcp-client-setup.html", + "repository": "https://github.com/proompteng/bilig", + "issues": "https://github.com/proompteng/bilig/issues" + }, + "inputs": [], + "connection": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@bilig/headless", "bilig-workpaper-mcp"] + }, + "auth_type": "none" + }, + "io.modelcontextprotocol/server-slack": { "id": "io.modelcontextprotocol/server-slack", "name": "Slack", From 54a71b28a28f8237e81b99badcc19c4e80d45385 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Thu, 21 May 2026 10:03:10 -0700 Subject: [PATCH 2/2] docs: update Bilig WorkPaper package metadata --- crates/mcpmux-core/src/registry/default-registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mcpmux-core/src/registry/default-registry.json b/crates/mcpmux-core/src/registry/default-registry.json index bb5a4d40..1ab9e37d 100644 --- a/crates/mcpmux-core/src/registry/default-registry.json +++ b/crates/mcpmux-core/src/registry/default-registry.json @@ -270,7 +270,7 @@ "connection": { "type": "stdio", "command": "npx", - "args": ["-y", "@bilig/headless", "bilig-workpaper-mcp"] + "args": ["-y", "@bilig/workpaper", "bilig-workpaper-mcp"] }, "auth_type": "none" },