@gregkonush is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.
Adds a cookbook for exposing spreadsheet-style business logic as a local Composio custom tool using Bilig WorkPaper. The example writes pricing inputs, reads recalculated outputs, and returns JSON persistence proof.
/cookbooks/formula-workbook-tooldocs/examples/formula-workbook-tool/server.tsgit diff --checkbun install --frozen-lockfilebun run lint:linksbun run types:checkbun run buildCurrent Bilig package sanity check:
npm exec --yes --package @bilig/workpaper@latest -- bilig-evaluate --door agent-mcp --json
That returned verified: true on @bilig/workpaper@0.157.0: it listed 8 MCP tools, edited Inputs!B3, recalculated ARR from 60000 to 96000, persisted the WorkPaper JSON, restored readback at 96000, and verified restart readback at 96000.
N/A
This uses Composio custom tools for local in-process business logic. The workbook package is only installed by the cookbook project; the Composio docs app does not add a new dependency.
The visible Vercel status currently needs Composio team authorization for the preview deployment. The local docs checks above passed before opening the PR.
@gregkonush is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.