Skip to content

Commit a9dd6d0

Browse files
Use cursor-usage-mcp as npm package name
cursor-usage was already taken on npm by another project. The plugin name and GitHub repo stay as cursor-usage. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7cb985c commit a9dd6d0

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Add to your MCP configuration:
7171
"mcpServers": {
7272
"cursor-usage": {
7373
"command": "npx",
74-
"args": ["-y", "cursor-usage"],
74+
"args": ["-y", "cursor-usage-mcp"],
7575
"env": {
7676
"CURSOR_API_KEY": "your-api-key-here"
7777
}

mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"mcpServers": {
33
"cursor-usage": {
44
"command": "npx",
5-
"args": ["-y", "cursor-usage"],
5+
"args": ["-y", "cursor-usage-mcp"],
66
"env": {
77
"CURSOR_API_KEY": "${CURSOR_API_KEY}"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cursor-usage",
2+
"name": "cursor-usage-mcp",
33
"version": "0.1.0",
44
"description": "MCP server and Cursor plugin for querying Cursor Enterprise usage, spending, and analytics",
55
"type": "module",

tmp/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)