Skip to content

Commit 0ff2bcf

Browse files
committed
feat: add the cursor plugin
Also fix remaining typos in the claude plugin description and keywords.
1 parent aa418e6 commit 0ff2bcf

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "CodSpeed",
3-
"description": "CodSpeed plugin for Claude Code helping with performance measurement and optimizaiton.",
3+
"description": "CodSpeed plugin for Claude Code helping with performance measurement and optimization.",
44
"version": "1.0.0",
55
"author": {
66
"name": "CodSpeed"
77
},
8-
"keywords": ["codspeed", "performace", "profiling", "optimization", "benchmarking"],
8+
"keywords": ["codspeed", "performance", "profiling", "optimization", "benchmarking"],
99
"homepage": "https://codspeed.io",
1010
"repository": "https://github.com/CodSpeedHQ/codspeed",
1111
"license": "MIT",

.cursor-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "codspeed-plugin-marketplace",
3+
"owner": {
4+
"name": "CodSpeed"
5+
},
6+
"plugins": [
7+
{
8+
"name": "codspeed",
9+
"source": "./",
10+
"description": "Tools for accurate and reliable performance measurement and optimization"
11+
}
12+
]
13+
}

.cursor-plugin/plugin.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "CodSpeed",
3+
"description": "CodSpeed plugin for Cursor helping with performance measurement and optimization.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "CodSpeed"
7+
},
8+
"keywords": ["codspeed", "performance", "profiling", "optimization", "benchmarking"],
9+
"homepage": "https://codspeed.io",
10+
"repository": "https://github.com/CodSpeedHQ/codspeed",
11+
"license": "MIT",
12+
"mcpServers": {
13+
"CodSpeed": {
14+
"type": "http",
15+
"url": "https://mcp.codspeed.io/mcp"
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)