Show and tell: WorkPaper MCP extension for spreadsheet formula readback #27462
gregkonush
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hey there. Thanks for sharing this. MCP extensions are incredibly powerful. We are always excited to see the community building new server protocols. Feel free to share a link to your repository so others can try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a Gemini CLI extension for a local WorkPaper MCP server:
https://github.com/proompteng/bilig
Install:
What it is for: when Gemini needs spreadsheet-style business logic, but a browser or Excel session is the wrong execution boundary. The extension starts Bilig's WorkPaper MCP server, so Gemini can list sheets, edit an input cell, recalculate formulas, read the computed output, and persist JSON state.
The default local smoke path is intentionally no-credential. A useful first prompt is:
Docs:
https://proompteng.github.io/bilig/gemini-cli-workpaper-extension.html
Manifest:
https://github.com/proompteng/bilig/blob/main/gemini-extension.json
This is not asking Gemini CLI to add anything. I am sharing the extension because spreadsheet formula readback is one of those places where an agent should have a deterministic tool contract instead of trying to drive a spreadsheet UI.
Beta Was this translation helpful? Give feedback.
All reactions