Skip to content

Commit 398ac58

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

File tree

5 files changed

+48
-2
lines changed

5 files changed

+48
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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": [
9+
"codspeed",
10+
"performance",
11+
"profiling",
12+
"optimization",
13+
"benchmarking"
14+
],
915
"homepage": "https://codspeed.io",
1016
"repository": "https://github.com/CodSpeedHQ/codspeed",
1117
"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-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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": [
9+
"codspeed",
10+
"performance",
11+
"profiling",
12+
"optimization",
13+
"benchmarking"
14+
],
15+
"homepage": "https://codspeed.io",
16+
"repository": "https://github.com/CodSpeedHQ/codspeed",
17+
"license": "MIT",
18+
"logo": "assets/logo.svg"
19+
}

.mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"mcpServers": {
3+
"CodSpeed": {
4+
"url": "https://mcp.codspeed.io/mcp"
5+
}
6+
}
7+
}

assets/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)