Commit 8f0b070
[STG-1681] Align tools with hosted MCP server (#161)
* feat!: align tools with hosted MCP server at mcp.browserbase.com
BREAKING CHANGE: Tool names, schemas, and default model updated to match
the hosted Browserbase MCP server. Removed screenshot, get_url, and agent
tools. Removed all Smithery references and dependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* test: add unit tests, smoke test, and update eval configs
- Add vitest with 11 unit tests verifying tool names, schemas, and capabilities
- Add STDIO smoke test that spawns server and verifies tools/list response
- Update all 3 eval configs to use new tool names (start, end, navigate, act, observe, extract)
- Remove eval workflows referencing deleted tools (screenshot, url, agent)
- Add pnpm test step to CI pipeline (runs before evals, needs no secrets)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update eval expectedState to match new response format
The end tool now returns {"success": true} instead of
"closed successfully via Stagehand", so expectedState checks
need to use "success" instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* ci: add changesets release workflow for automated npm publishing
On push to main, changesets/action will either create a "Version Packages"
PR (when changesets exist) or publish to npm (when the version PR merges).
The existing publish-mcp.yml fires on v* tags to handle MCP registry.
Also removed stale hip-vans-battle.md changeset for the removed screenshot tool.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* ci: enable provenance for trusted publishing
Adds NPM_CONFIG_PROVENANCE=true so changeset publish uses OIDC-based
trusted publishing with provenance attestation, no NPM_TOKEN needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c56018f commit 8f0b070
File tree
29 files changed
+2809
-5912
lines changed- .changeset
- .github/workflows
- assets
- evals
- src
- mcp
- tools
- __tests__
- tests
29 files changed
+2809
-5912
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | 295 | | |
299 | 296 | | |
300 | 297 | | |
0 commit comments