Commit Graph

40 Commits

Author SHA1 Message Date
zhenhuae
9bfdb4ac85 feat: support amazon bedrock model fix check style 2025-10-14 21:03:09 +08:00
zhenhuae
a95d4db9c5 feat: support amazon bedrock model fix check style 2025-10-14 21:03:09 +08:00
zhenhuae
9a7eeb7eab feat: support amazon bedrock model 2025-10-14 21:03:09 +08:00
Magnus Müller
b53a7c116a Update outdated function names 2025-10-05 19:12:52 -07:00
Mert Unsal
f0beb014a9 Merge branch 'main' into fix/MCP-Server-extract_content-always-returning-"No-content-extracted" 2025-09-23 03:17:54 +02:00
Chris Schnabl
03608b62a2 Remove unused paramter 2025-09-21 21:38:42 -07:00
Saurav Panda
126d800df4 remove sensitive data from agent history and logging 2025-09-16 14:41:24 -07:00
Saurav Panda
43359143fc fix: session management tool placement 2025-09-07 20:14:23 -07:00
Saurav Panda
12a0c76a32 feat: fix MCP server JSON-RPC corruption and removed http mode 2025-09-07 19:22:59 -07:00
lienminhquang
491df67c3e fix: typo
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-03 09:30:30 +07:00
lienminhquang
64b220453d Merge branch 'browser-use:main' into fix/MCP-Server-extract_content-always-returning-"No-content-extracted" 2025-09-02 12:37:34 +07:00
quanglm
8406528c08 fix: MCP Server extract_content always returning 'No content extracted' 2025-09-02 12:34:17 +07:00
krishna
f430e2fc69 Minor documentation changes for consistency. 2025-08-27 20:36:52 +05:30
Magnus Müller
f36279b7f3 Merge remote-tracking branch 'origin/main' into dev 2025-08-27 00:41:27 -07:00
Magnus Müller
78cb7e5466 Remove 25 unused parameters 2025-08-26 16:19:53 -07:00
Magnus Müller
caa0e7ef1b Rename controller to tools instances 2025-08-26 11:30:39 -07:00
Magnus Müller
13dd73b23a Update Tool imports in docs, readme, and docstrings 2025-08-26 11:13:27 -07:00
Magnus Müller
e89e78842c Rename controller file to tools 2025-08-26 11:06:28 -07:00
Magnus Müller
2a83442f17 Rename Controller to Tools 2025-08-26 11:04:16 -07:00
Tyler Folkman
b2da2fec89 fix: correct JSON schema type definitions in MCP server tools
- Changed 'type': 'str' to 'type': 'string' for tab_id parameters
- Fixes JSON Schema draft 2020-12 validation error with Claude Code
- Added test case to validate JSON schema correctness

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 10:04:19 -06:00
Nick Sweeting
99a0e5a3bd rename ClickElementEvent.new_tab to while_holding_ctrl 2025-08-16 16:25:15 -07:00
Nick Sweeting
8d86832095 fix SwitchTab by using TargetID for all tab_ids 2025-08-15 16:45:27 -07:00
Anirudha619
eaad171101 add StreamableHttp to mcp 2025-08-14 00:32:50 +05:30
Nick Sweeting
3bb8fb0fee improve focus tracking 2025-08-08 07:15:04 -07:00
Nick Sweeting
db4c4e9b49 fix duplicate typed keystrokes 2025-08-08 04:13:44 -07:00
Nick Sweeting
e9add2d745 add screenshot watchdog 2025-08-07 17:49:25 -07:00
Nick Sweeting
46dd9bd584 wip 2025-08-05 17:45:48 -07:00
Nick Sweeting
328a4b5be4 Merge branch 'feature/new-dom-extraction-layer' into local-remote-split 2025-08-05 03:12:48 -07:00
Gregor Žunič
0aa3d54233 Merge commit '9b882faa10c54be5a870cc5d8abd6ddb19d0682f' into feature/new-dom-extraction-layer 2025-08-02 11:41:28 -07:00
Nick Sweeting
ebc3a3846f wip cleanup flow] 2025-07-31 22:10:25 -07:00
Nick Sweeting
6445a746aa fix uvx browser-use examples to use cli optionals 2025-07-29 11:16:05 -07:00
Magnus Müller
c688056d37 Wait before get state so that we can check require_healthy_browser for get_state and dont check page in _get_updated_state 2025-07-18 23:09:41 +02:00
Magnus Müller
99f285e25a Merge branch 'main' into extraction-magnus-revert-with-main-with-extension 2025-07-16 21:51:42 +02:00
claude[bot]
6d5ce080b4 Move MCP server logging configuration before browser_use imports
- Call _configure_mcp_server_logging() at module level before any browser_use imports
- This ensures early log lines during import time are captured and redirected to stderr
- Remove redundant call from BrowserUseServer.__init__() since logging is already configured

Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com>
2025-07-15 22:02:42 +00:00
claude[bot]
e3bc64d22c Fix: Only configure MCP server logging when server is instantiated, not on import
This fixes the issue where importing MCPClient would disable logging globally.

- Move logging configuration from module-level imports to BrowserUseServer.__init__()
- Add lazy import in __init__.py to avoid importing server module when only client is needed
- Create _configure_mcp_server_logging() function that only runs when server is actually used
- Environment variables now only set when BrowserUseServer is instantiated

Fixes #2449

Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com>
2025-07-15 21:54:51 +00:00
Gregor Žunič
7bf17064f6 started migration to pure cdp 2025-07-11 14:19:22 +02:00
Nick Sweeting
b2a84b2296 fix tests and other improvements 2025-07-08 02:32:03 -07:00
Nick Sweeting
9b552ee8ac test and telemetry fixes 2025-07-08 01:37:47 -07:00
Nick Sweeting
9e9cce40f6 simplify error logging and fix timeouts 2025-07-07 21:29:03 -07:00
Nick Sweeting
6dcf479fc6 add readme MCP section and fix lint errors 2025-07-07 17:07:06 -07:00