@clarvivo/mcp 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ Create `.cursor/mcp.json` in a project, or `~/.cursor/mcp.json` globally:
51
51
  "mcpServers": {
52
52
  "clarvivo": {
53
53
  "command": "npx",
54
- "args": ["-y", "clarvivo-mcp"],
54
+ "args": ["-y", "@clarvivo/mcp"],
55
55
  "env": {
56
56
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
57
57
  }
@@ -73,7 +73,7 @@ Add this to `~/.codex/config.toml`:
73
73
  ```toml
74
74
  [mcp_servers.clarvivo]
75
75
  command = "npx"
76
- args = ["-y", "clarvivo-mcp"]
76
+ args = ["-y", "@clarvivo/mcp"]
77
77
 
78
78
  [mcp_servers.clarvivo.env]
79
79
  CLARVIVO_API_TOKEN = "clv_live_REPLACE_ME"
@@ -98,7 +98,7 @@ Open `~/.codeium/windsurf/mcp_config.json` and add:
98
98
  "mcpServers": {
99
99
  "clarvivo": {
100
100
  "command": "npx",
101
- "args": ["-y", "clarvivo-mcp"],
101
+ "args": ["-y", "@clarvivo/mcp"],
102
102
  "env": {
103
103
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
104
104
  }
@@ -118,7 +118,7 @@ Open Cline’s MCP Servers settings, choose **Configure MCP Servers**, and add t
118
118
  "mcpServers": {
119
119
  "clarvivo": {
120
120
  "command": "npx",
121
- "args": ["-y", "clarvivo-mcp"],
121
+ "args": ["-y", "@clarvivo/mcp"],
122
122
  "env": {
123
123
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
124
124
  },
@@ -140,7 +140,7 @@ Create `.vscode/mcp.json`:
140
140
  "clarvivo": {
141
141
  "type": "stdio",
142
142
  "command": "npx",
143
- "args": ["-y", "clarvivo-mcp"],
143
+ "args": ["-y", "@clarvivo/mcp"],
144
144
  "env": {
145
145
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
146
146
  }
@@ -164,7 +164,7 @@ Open your Zed settings file and merge:
164
164
  "context_servers": {
165
165
  "clarvivo": {
166
166
  "command": "npx",
167
- "args": ["-y", "clarvivo-mcp"],
167
+ "args": ["-y", "@clarvivo/mcp"],
168
168
  "env": {
169
169
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
170
170
  }
@@ -184,7 +184,7 @@ For clients using the common `mcpServers` shape:
184
184
  "mcpServers": {
185
185
  "clarvivo": {
186
186
  "command": "npx",
187
- "args": ["-y", "clarvivo-mcp"],
187
+ "args": ["-y", "@clarvivo/mcp"],
188
188
  "env": {
189
189
  "CLARVIVO_API_TOKEN": "clv_live_REPLACE_ME"
190
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clarvivo/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Install Clarvivo analytics from your coding agent, then query compact traffic stats.",
5
5
  "type": "module",
6
6
  "bin": {