mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
23 lines
650 B
JSON
23 lines
650 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
|
|
"name": "BrowserOS MCP Server",
|
|
"description": "Model Context Protocol server exposing Chromium browser automation capabilities through BrowserOS",
|
|
"repository": {
|
|
"url": "https://github.com/browseros/browseros-server",
|
|
"source": "github"
|
|
},
|
|
"version": "0.0.1",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
"identifier": "browseros-mcp-server",
|
|
"version": "0.0.1",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": []
|
|
}
|
|
]
|
|
}
|