claude-mcp-bridge 0.4.1 → 0.5.1

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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "claude-mcp-bridge",
3
- "version": "0.4.1",
4
- "description": "MCP server that wraps Claude Code CLI for query, structured output, and health checks",
5
- "author": "Tim Birrell",
3
+ "mcpName": "io.github.hampsterx/claude-mcp-bridge",
4
+ "version": "0.5.1",
5
+ "description": "MCP server that wraps Claude Code CLI for query, code review, web search, structured output, and health checks",
6
+ "author": "hampsterx",
6
7
  "license": "MIT",
7
8
  "type": "module",
8
9
  "main": "dist/index.js",
@@ -44,7 +45,7 @@
44
45
  },
45
46
  "homepage": "https://github.com/hampsterx/claude-mcp-bridge#readme",
46
47
  "engines": {
47
- "node": ">=18"
48
+ "node": ">=22"
48
49
  },
49
50
  "dependencies": {
50
51
  "@modelcontextprotocol/sdk": "^1.12.1",