firefox-devtools-mcp 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
[](https://github.com/freema/firefox-devtools-mcp/actions/workflows/ci.yml)
|
|
5
5
|
[](https://codecov.io/gh/freema/firefox-devtools-mcp)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
<a href="https://glama.ai/mcp/servers/@freema/firefox-devtools-mcp"><img src="https://glama.ai/mcp/servers/@freema/firefox-devtools-mcp/badge" height="223" alt="Glama"></a>
|
|
7
8
|
|
|
8
9
|
Model Context Protocol server for automating Firefox via WebDriver BiDi (through Selenium WebDriver). Works with Claude Code, Claude Desktop, Cursor, Cline and other MCP clients.
|
|
9
10
|
|
|
10
11
|
Repository: https://github.com/freema/firefox-devtools-mcp
|
|
11
12
|
|
|
13
|
+
> **Note**: This MCP server requires a local Firefox browser installation and cannot run on cloud hosting services like glama.ai. Use `npx firefox-devtools-mcp@latest` to run locally, or use Docker with the provided Dockerfile.
|
|
14
|
+
|
|
12
15
|
## Requirements
|
|
13
16
|
|
|
14
17
|
- Node.js ≥ 20.19.0
|
package/dist/index.js
CHANGED
|
@@ -12055,7 +12055,7 @@ var init_constants = __esm({
|
|
|
12055
12055
|
"src/config/constants.ts"() {
|
|
12056
12056
|
"use strict";
|
|
12057
12057
|
SERVER_NAME = "firefox-devtools";
|
|
12058
|
-
SERVER_VERSION = "0.2.
|
|
12058
|
+
SERVER_VERSION = "0.2.1";
|
|
12059
12059
|
}
|
|
12060
12060
|
});
|
|
12061
12061
|
|