|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "io.proompteng-bilig-workpaper", |
| 4 | + "name": "Bilig WorkPaper", |
| 5 | + "alias": "bilig-workpaper", |
| 6 | + "description": "Formula-backed WorkPaper MCP server for editing workbook JSON, recalculating cells, reading display values, and persisting reviewable state.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/234536857?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "developer-tools", |
| 11 | + "productivity" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "spreadsheet", |
| 15 | + "formula", |
| 16 | + "workbook", |
| 17 | + "typescript", |
| 18 | + "agents", |
| 19 | + "xlsx", |
| 20 | + "json" |
| 21 | + ], |
| 22 | + "transport": { |
| 23 | + "type": "stdio", |
| 24 | + "command": "npx", |
| 25 | + "args": [ |
| 26 | + "-y", |
| 27 | + "-p", |
| 28 | + "@bilig/headless", |
| 29 | + "bilig-workpaper-mcp", |
| 30 | + "--workpaper", |
| 31 | + "${input:WORKPAPER_PATH}", |
| 32 | + "--init-demo-workpaper", |
| 33 | + "--writable" |
| 34 | + ], |
| 35 | + "metadata": { |
| 36 | + "inputs": [ |
| 37 | + { |
| 38 | + "id": "WORKPAPER_PATH", |
| 39 | + "label": "WorkPaper JSON path", |
| 40 | + "description": "Path where Bilig should read or create a WorkPaper JSON file.", |
| 41 | + "type": "text", |
| 42 | + "required": true, |
| 43 | + "default": "./pricing.workpaper.json", |
| 44 | + "placeholder": "./pricing.workpaper.json" |
| 45 | + } |
| 46 | + ] |
| 47 | + } |
| 48 | + }, |
| 49 | + "auth": { |
| 50 | + "type": "none", |
| 51 | + "instructions": "No API key required. The server runs locally against the configured WorkPaper JSON file." |
| 52 | + }, |
| 53 | + "contributor": { |
| 54 | + "name": "Greg Konush", |
| 55 | + "github": "gregkonush", |
| 56 | + "url": "https://github.com/gregkonush" |
| 57 | + }, |
| 58 | + "links": { |
| 59 | + "repository": "https://github.com/proompteng/bilig", |
| 60 | + "homepage": "https://proompteng.github.io/bilig/", |
| 61 | + "documentation": "https://proompteng.github.io/bilig/mcp-client-setup.html" |
| 62 | + }, |
| 63 | + "platforms": [ |
| 64 | + "all" |
| 65 | + ], |
| 66 | + "capabilities": { |
| 67 | + "tools": true, |
| 68 | + "resources": true, |
| 69 | + "prompts": true, |
| 70 | + "read_only_mode": false |
| 71 | + }, |
| 72 | + "changelog_url": "https://github.com/proompteng/bilig/releases" |
| 73 | +} |
0 commit comments