@varun-ai07/covenant-mcp 1.0.0 → 1.0.3

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 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/mcp add
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/mcp add # Add to Claude Code configuration
44
- npx @covenant/mcp remove # Remove from Claude Code
45
- npx @covenant/mcp status # Check installation status
46
- npx @covenant/mcp start # Start the MCP server manually
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/mcp add
100
+ npx @varun-ai07/covenant-mcp add
101
101
  ```
102
102
 
103
103
  ### Manual Configuration