@testledger/mcp 0.0.3 → 0.0.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/README.md +3 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -23,7 +23,7 @@ Add this to your Claude Code MCP config:
23
23
  "mcpServers": {
24
24
  "test-reporter": {
25
25
  "command": "npx",
26
- "args": ["-y", "@testledger/mcp"],
26
+ "args": ["-y", "@testledger/mcp@latest"],
27
27
  "env": {
28
28
  "TEST_LEDGER_API_KEY": "your-api-key-here"
29
29
  }
@@ -32,6 +32,8 @@ Add this to your Claude Code MCP config:
32
32
  }
33
33
  ```
34
34
 
35
+ > **Tip:** Using `@latest` ensures you always get the newest version with bug fixes.
36
+
35
37
  ### 3. Restart Claude Code
36
38
 
37
39
  That's it! Claude Code now has access to your test results.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testledger/mcp",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "MCP server for Test Ledger - analyze flaky tests with Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,13 +14,15 @@
14
14
  "build": "tsc",
15
15
  "dev": "tsc --watch",
16
16
  "start": "node dist/index.js",
17
- "prepublishOnly": "npm run build"
17
+ "prepublishOnly": "npm run build",
18
+ "release": "release-it"
18
19
  },
19
20
  "dependencies": {
20
21
  "@modelcontextprotocol/sdk": "^1.0.0"
21
22
  },
22
23
  "devDependencies": {
23
24
  "@types/node": "^20.10.0",
25
+ "release-it": "^19.0.5",
24
26
  "typescript": "^5.3.0"
25
27
  },
26
28
  "engines": {
@@ -28,7 +30,7 @@
28
30
  },
29
31
  "repository": {
30
32
  "type": "git",
31
- "url": "https://github.com/willbrock/test-ledger-mcp"
33
+ "url": "https://github.com/WillBrock/test-ledger-mcp"
32
34
  },
33
35
  "keywords": [
34
36
  "mcp",