@persistenceone/bridgekitty 0.3.0 → 0.3.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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@persistenceone/bridgekitty",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "BridgeKitty 🐱 — Cross-chain bridge aggregator MCP server for AI agents. One tool, all bridges, best routes.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -71,5 +71,6 @@
71
71
  "engines": {
72
72
  "node": ">=18.0.0"
73
73
  },
74
- "license": "MIT"
74
+ "license": "MIT",
75
+ "mcpName": "io.github.persistenceOne/bridgekitty"
75
76
  }