firefox-css-theme-mcp 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { z } from "zod";
5
5
  import { globalFirefoxManager } from "./firefox.js";
6
6
  const serverInstance = new McpServer({
7
7
  name: "firefox-css-theme-mcp",
8
- version: "0.1.0",
8
+ version: "0.1.4",
9
9
  });
10
10
  serverInstance.registerTool("launch_browser", {
11
11
  description: "Launch a Firefox instance with chrome debugging capabilities enabled.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firefox-css-theme-mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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": {