@varun-ai07/covenant-mcp 1.0.6 → 1.0.7

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/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -103,8 +103,8 @@ function addCommand() {
103
103
  log(" 2. Restart Claude Code", colors.yellow);
104
104
  log("");
105
105
  log(" Contract Addresses (Base Sepolia):", colors.bold);
106
- log(" AgentRegistry: 0x86E5982aA12f9b0AB48d536BA78B4E2fCc9b1103", colors.cyan);
107
- log(" TaskEscrow: 0xbb2933f2Bc773AB518dAe4Ae5340B5A325F1a504", colors.cyan);
106
+ log(" AgentRegistry: 0xB215589dA259A98eEE8BF39739F6255131ac33A1", colors.cyan);
107
+ log(" TaskEscrow: 0xFD081B5cB8bAE37DC878078bE3165932b0bC0BB3", colors.cyan);
108
108
  log("");
109
109
  }
110
110
  function removeCommand() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varun-ai07/covenant-mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "COVENANT Protocol MCP Server — AI agent access to on-chain task marketplace",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",