Skip to content

Commit 545824c

Browse files
freemaclaude
andcommitted
chore: update author to Mozilla, remove stale docs reference
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b2b36f5 commit 545824c

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/firefox-client.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,5 +491,3 @@ When contributing to the Firefox client:
491491
3. **Copy working patterns** - Use test scripts as templates
492492
4. **Test incrementally** - Small, focused tests reveal issues quickly
493493
5. **Document lessons** - Update this doc with new learnings
494-
495-
See `tasks/README.md` for development workflow and CR process.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "firefox-devtools-mcp",
33
"version": "0.9.0",
44
"description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
5-
"author": "freema",
5+
"author": "Mozilla",
66
"license": "MIT",
77
"type": "module",
88
"main": "dist/index.js",

plugins/claude/firefox-devtools/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Firefox browser automation via WebDriver BiDi. Automate Firefox for testing, scraping, form filling, screenshots, and debugging.",
44
"version": "0.6.0",
55
"author": {
6-
"name": "Tomáš Grasl",
7-
"url": "https://www.tomasgrasl.cz/"
6+
"name": "Mozilla",
7+
"url": "https://github.com/mozilla/firefox-devtools-mcp"
88
},
99
"repository": "https://github.com/mozilla/firefox-devtools-mcp",
1010
"license": "MIT"

0 commit comments

Comments
 (0)