@varun-ai07/covenant-mcp 1.0.0 → 1.0.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.
- package/README.md +6 -6
- package/dist/cli.js +8 -8
- package/dist/postinstall.js +5 -5
- package/dist/postinstall.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The COVENANT MCP Server exposes all COVENANT smart contract functionality throug
|
|
|
29
29
|
The fastest way to add COVENANT to Claude Code:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npx @covenant
|
|
32
|
+
npx @varun-ai07/covenant-mcp add
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
This command:
|
|
@@ -40,10 +40,10 @@ This command:
|
|
|
40
40
|
### Available CLI Commands
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
npx @covenant
|
|
44
|
-
npx @covenant
|
|
45
|
-
npx @covenant
|
|
46
|
-
npx @covenant
|
|
43
|
+
npx @varun-ai07/covenant-mcp add # Add to Claude Code configuration
|
|
44
|
+
npx @varun-ai07/covenant-mcp remove # Remove from Claude Code
|
|
45
|
+
npx @varun-ai07/covenant-mcp status # Check installation status
|
|
46
|
+
npx @varun-ai07/covenant-mcp start # Start the MCP server manually
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
---
|
|
@@ -97,7 +97,7 @@ MCP_HTTP_PORT=3001
|
|
|
97
97
|
### One-Command Install (Recommended)
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
npx @covenant
|
|
100
|
+
npx @varun-ai07/covenant-mcp add
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
### Manual Configuration
|
package/dist/cli.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* One-command installation for Claude Code and MCP-compatible tools.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
* npx @covenant
|
|
9
|
-
* npx @covenant
|
|
10
|
-
* npx @covenant
|
|
11
|
-
* npx @covenant
|
|
8
|
+
* npx @varun-ai07/covenant-mcp add - Add to Claude Code config
|
|
9
|
+
* npx @varun-ai07/covenant-mcp remove - Remove from Claude Code config
|
|
10
|
+
* npx @varun-ai07/covenant-mcp status - Check installation status
|
|
11
|
+
* npx @varun-ai07/covenant-mcp start - Start the MCP server
|
|
12
12
|
*/
|
|
13
13
|
import { spawn, execSync } from "child_process";
|
|
14
14
|
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
|
|
@@ -150,10 +150,10 @@ function helpCommand() {
|
|
|
150
150
|
${colors.bold}COVENANT MCP CLI${colors.reset}
|
|
151
151
|
|
|
152
152
|
${colors.cyan}Usage:${colors.reset}
|
|
153
|
-
npx @covenant
|
|
154
|
-
npx @covenant
|
|
155
|
-
npx @covenant
|
|
156
|
-
npx @covenant
|
|
153
|
+
npx @varun-ai07/covenant-mcp add Add to Claude Code configuration
|
|
154
|
+
npx @varun-ai07/covenant-mcp remove Remove from Claude Code configuration
|
|
155
|
+
npx @varun-ai07/covenant-mcp status Check installation status
|
|
156
|
+
npx @varun-ai07/covenant-mcp start Start the MCP server manually
|
|
157
157
|
|
|
158
158
|
${colors.cyan}Environment Variables (mcp/.env):${colors.reset}
|
|
159
159
|
PRIVATE_KEY Wallet private key for signing transactions
|
package/dist/postinstall.js
CHANGED
|
@@ -16,14 +16,14 @@ ${green}✓ Installation complete${reset}
|
|
|
16
16
|
|
|
17
17
|
${yellow}Quick Start:${reset}
|
|
18
18
|
|
|
19
|
-
${cyan}npx @covenant
|
|
19
|
+
${cyan}npx @varun-ai07/covenant-mcp add${reset} Add to Claude Code
|
|
20
20
|
|
|
21
21
|
${yellow}Available Commands:${reset}
|
|
22
22
|
|
|
23
|
-
npx @covenant
|
|
24
|
-
npx @covenant
|
|
25
|
-
npx @covenant
|
|
26
|
-
npx @covenant
|
|
23
|
+
npx @varun-ai07/covenant-mcp add Add to Claude Code configuration
|
|
24
|
+
npx @varun-ai07/covenant-mcp remove Remove from Claude Code
|
|
25
|
+
npx @varun-ai07/covenant-mcp status Check installation status
|
|
26
|
+
npx @varun-ai07/covenant-mcp start Start the MCP server manually
|
|
27
27
|
|
|
28
28
|
${yellow}Configure Environment (mcp/.env):${reset}
|
|
29
29
|
|
package/dist/postinstall.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postinstall.js","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":";AACA;;;;GAIG;AACH,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAE/D,OAAO,CAAC,GAAG,CAAC;EACV,IAAI,GAAG,IAAI;;;;EAIX,KAAK;;EAEL,KAAK,0BAA0B,KAAK;;EAEpC,MAAM,eAAe,KAAK;;IAExB,IAAI,
|
|
1
|
+
{"version":3,"file":"postinstall.js","sourceRoot":"","sources":["../src/postinstall.ts"],"names":[],"mappings":";AACA;;;;GAIG;AACH,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAE/D,OAAO,CAAC,GAAG,CAAC;EACV,IAAI,GAAG,IAAI;;;;EAIX,KAAK;;EAEL,KAAK,0BAA0B,KAAK;;EAEpC,MAAM,eAAe,KAAK;;IAExB,IAAI,mCAAmC,KAAK;;EAE9C,MAAM,sBAAsB,KAAK;;;;;;;EAOjC,MAAM,oCAAoC,KAAK;;;;;EAK/C,MAAM,iBAAiB,KAAK;;;;CAI7B,CAAC,CAAC"}
|