@muuktest/maintenance-mcp 0.1.4 → 0.1.5

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/build/index.js +1 -1
  2. package/package.json +4 -2
package/build/index.js CHANGED
@@ -16,7 +16,7 @@ const SIGNED_URL_ENDPOINT = process.env.MUUK_SIGNED_URL_ENDPOINT ||
16
16
  // Create server instance
17
17
  const server = new Server({
18
18
  name: "muuk-maintenance",
19
- version: "0.1.4",
19
+ version: "0.1.5",
20
20
  }, {
21
21
  capabilities: {
22
22
  tools: {},
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@muuktest/maintenance-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "MCP server for analyzing and repairing E2E test failures",
5
5
  "type": "module",
6
- "bin": "./build/index.js",
6
+ "bin": {
7
+ "maintenance-mcp": "build/index.js"
8
+ },
7
9
  "files": [
8
10
  "build/**/*",
9
11
  "README.md",