docs: add Bilig WorkPaper MCP example#7725
Open
gregkonush wants to merge 3 commits into
Open
Conversation
1518bdf to
146115d
Compare
Author
|
@microsoft-github-policy-service agree |
39e61d1 to
d936d83
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Adds a small
autogen-extMCP workbench example for a third-party stdio MCP server. The example uses Bilig WorkPaper to show an AutoGen workflow that can:McpWorkbenchThe default path is a no-key smoke test. The optional
--agentpath usesAssistantAgentwith the same MCP workbench and fails early with clear dependency/API-key guidance when optional agent dependencies orOPENAI_API_KEYare missing.Related Bilig evaluator
Bilig has a copy-paste agent/MCP evaluator page for the same workbook proof pattern used here: tool discovery, cell mutation, formula readback, JSON export, and restore proof.
https://proompteng.github.io/bilig/eval-agent-mcp.html
Related issue number
N/A. Documentation/example-only contribution.
Checks
license/clawere passing on GitHub before the latest package-proof refresh.Passing local validation:
npm view @bilig/workpaper versionreturned0.119.0in the 2026-05-29 refresh. The package proof command returnedverified: truewith formula readback, export, and restore checks passing.The MCP smoke path verified ARR changed from
60000to96000after settingInputs!B3to0.4, expected customers changed to8, persistence wastrue, restored readback matched, and the WorkPaper JSON was exported.Expected guard-path validation:
env -u OPENAI_API_KEY uv run --with autogen-core --with 'autogen-ext[mcp]' python python/packages/autogen-ext/examples/bilig_workpaper_mcp_example.py --agentThat command exits with
Error: Set OPENAI_API_KEY before running the optional --agent demo., which is the intended failure mode for the optional LLM-backed path without credentials.