mirror of
https://github.com/browser-use/browser-use.git
synced 2026-09-14 19:59:47 +08:00
support MCP registry
This commit is contained in:
@@ -26,6 +26,7 @@ dist/
|
||||
*.pdf
|
||||
*.csv
|
||||
*.json
|
||||
!/server.json
|
||||
*.jsonl
|
||||
*.log
|
||||
*.bak
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- mcp-name: com.browser-use/browser-use -->
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/2ccdb752-22fb-41c7-8948-857fc1ad7e24">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/774a46d5-27a0-490c-b7d0-e65fcbbfa358">
|
||||
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||||
"name": "com.browser-use/browser-use",
|
||||
"description": "Control a real Chrome browser to complete any task: fill forms, extract data, book flights.",
|
||||
"repository": {
|
||||
"url": "https://github.com/browser-use/browser-use",
|
||||
"source": "github"
|
||||
},
|
||||
"websiteUrl": "https://browser-use.com",
|
||||
"version": "0.13.5",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "pypi",
|
||||
"registryBaseUrl": "https://pypi.org",
|
||||
"identifier": "browser-use",
|
||||
"version": "0.13.5",
|
||||
"runtimeHint": "uvx",
|
||||
"packageArguments": [
|
||||
{
|
||||
"type": "positional",
|
||||
"value": "--cli-mcp"
|
||||
}
|
||||
],
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user