firefox-css-theme-mcp 0.1.1 → 0.1.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Firefox CSS Theme MCP
|
|
2
2
|
|
|
3
3
|
Model Context Protocol (MCP) server for inspecting, querying, and live-debugging Firefox UI DOM and CSS themes (`userChrome.css`).
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ Model Context Protocol (MCP) server for inspecting, querying, and live-debugging
|
|
|
10
10
|
|
|
11
11
|
## Installation & Usage
|
|
12
12
|
|
|
13
|
-
### Option A — CLI
|
|
13
|
+
### Option A — CLI
|
|
14
14
|
|
|
15
15
|
#### Claude Code
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "firefox-css-theme-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Model Context Protocol server for inspecting and live-debugging Firefox UI DOM and CSS themes.",
|
|
5
5
|
"homepage": "https://github.com/easonwong-de/Firefox-CSS-Theme-MCP#readme",
|
|
6
6
|
"bugs": {
|