Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .changeset/README.md
100644 → 100755
Empty file.
Empty file modified .changeset/config.json
100644 → 100755
Empty file.
Empty file modified .dockerignore
100644 → 100755
Empty file.
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .github/workflows/ci.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/publish-mcp.yml
100644 → 100755
Empty file.
7 changes: 6 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,9 @@ cython_debug/

# MCP Registry https://github.com/modelcontextprotocol/registry
.mcpregistry_github_token
.mcpregistry_registry_token
.mcpregistry_registry_token.codex/
.hermes/

# Agent workspace artifacts
.codex/
AGENTS.md
Empty file modified .npmrc
100644 → 100755
Empty file.
18 changes: 18 additions & 0 deletions .planning/HANDOFF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# HANDOFF — mcp-server-browserbase

## Project Context
AI Acrobatics client repository.

## Current Status
- Repo baseline established
- Awaiting detailed project handoff

## Recent Changes
- 2026-06-02: Planning stub created

## Blockers
- None recorded

## Next Actions
- Populate with project-specific context
- Define acceptance criteria and deliverables
16 changes: 16 additions & 0 deletions .planning/STATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# STATE — mcp-server-browserbase

## Current Sprint
- Baseline / discovery

## Active Branches
- main / master (default)

## Environment
- Local dev

## Known Issues
- None recorded

## Assets & Links
- TBD
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
17 changes: 17 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- AI_ACROBATICS_SOURCE_PREFLIGHT_START -->
# AI Acrobatics Agent Contract

Before non-trivial AI Acrobatics work, run the local source preflight:

```bash
~/.ai-acrobatics/agent-preflight/agent-source-preflight.sh --print
```

Use Obsidian as the source router:

```bash
"$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/AI Acrobatics Vault/Tools/obsidian-context-router.sh" route "<task>"
```

Load the cited MOCs, SOPs, Laws, and project files before editing or debugging. Verify live evidence before reporting status. If blocked, name the exact missing file, auth, service, platform signal, or source-of-truth mismatch. Write durable workflow/source changes back to the vault or memory.
<!-- AI_ACROBATICS_SOURCE_PREFLIGHT_END -->
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified assets/browserbase-mcp.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/cover.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/smithery.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified config.d.ts
100644 → 100755
Empty file.
Empty file modified eslint.config.js
100644 → 100755
Empty file.
Empty file modified evals/mcp-eval-basic.config.json
100644 → 100755
Empty file.
Empty file modified evals/mcp-eval-minimal.config.json
100644 → 100755
Empty file.
Empty file modified evals/mcp-eval.config.json
100644 → 100755
Empty file.
Empty file modified evals/run-evals.ts
100644 → 100755
Empty file.
Empty file modified gemini-extension.json
100644 → 100755
Empty file.
Empty file modified index.d.ts
100644 → 100755
Empty file.
Empty file modified index.js
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified pnpm-lock.yaml
100644 → 100755
Empty file.
Empty file modified server.json
100644 → 100755
Empty file.
Empty file modified smithery.yaml
100644 → 100755
Empty file.
Empty file modified src/config.ts
100644 → 100755
Empty file.
Empty file modified src/context.ts
100644 → 100755
Empty file.
Empty file modified src/index.ts
100644 → 100755
Empty file.
Empty file modified src/mcp/resources.ts
100644 → 100755
Empty file.
Empty file modified src/mcp/sampling.ts
100644 → 100755
Empty file.
Empty file modified src/program.ts
100644 → 100755
Empty file.
Empty file modified src/server.ts
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions src/sessionManager.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export const createStagehandInstance = async (
mcp: "true",
},
},
// Disable pino to prevent pino-pretty errors in production environments
// (pino-pretty is not available in serverless/bundled deployments)
disablePino: true,
logger: (logLine) => {
console.error(`Stagehand[${sessionId}]: ${logLine.message}`);
},
Expand Down
Empty file modified src/tools/act.ts
100644 → 100755
Empty file.
Empty file modified src/tools/agent.ts
100644 → 100755
Empty file.
Empty file modified src/tools/extract.ts
100644 → 100755
Empty file.
Empty file modified src/tools/index.ts
100644 → 100755
Empty file.
Empty file modified src/tools/navigate.ts
100644 → 100755
Empty file.
Empty file modified src/tools/observe.ts
100644 → 100755
Empty file.
Empty file modified src/tools/screenshot.ts
100644 → 100755
Empty file.
Empty file modified src/tools/session.ts
100644 → 100755
Empty file.
Empty file modified src/tools/tool.ts
100644 → 100755
Empty file.
Empty file modified src/tools/url.ts
100644 → 100755
Empty file.
Empty file modified src/transport.ts
100644 → 100755
Empty file.
Empty file modified src/types/types.ts
100644 → 100755
Empty file.
Empty file modified tests/.gitkeep
100644 → 100755
Empty file.
Empty file modified tsconfig.json
100644 → 100755
Empty file.