Skip to content

Commit 49bc862

Browse files
committed
feat: add the claude plugin
1 parent 79ac610 commit 49bc862

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "CodSpeed",
3+
"description": "Accurate and Reliable performance measurement and optimization tooling",
4+
"version": "0.0.1",
5+
"homepage": "https://codspeed.io",
6+
"repository": "https://github.com/CodSpeedHQ/codspeed",
7+
"license": "MIT"
8+
}

.mcp.json

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

0 commit comments

Comments
 (0)