Skip to content

Commit 242d794

Browse files
committed
Add mcpName for MCP registry, add server.json
1 parent aaa55f2 commit 242d794

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightnow/forge-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP server for Forge GPU kernel optimization — generate and optimize Triton/CUDA kernels on real H100/A100 GPUs from any AI coding agent",
55
"type": "module",
66
"main": "dist/index.js",
@@ -58,6 +58,7 @@
5858
"bugs": {
5959
"url": "https://github.com/RightNow-AI/forge-mcp-server/issues"
6060
},
61+
"mcpName": "io.github.RightNow-AI/forge-mcp-server",
6162
"author": "RightNow AI <hello@rightnowai.co> (https://rightnowai.co)",
6263
"license": "MIT"
6364
}

server.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.RightNow-AI/forge-mcp-server",
4+
"description": "Turn PyTorch into fast CUDA/Triton kernels on real datacenter GPUs with up to 14x speedup.",
5+
"repository": {
6+
"url": "https://github.com/RightNow-AI/forge-mcp-server",
7+
"source": "github"
8+
},
9+
"version": "1.0.1",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "@rightnow/forge-mcp-server",
14+
"version": "1.0.1",
15+
"transport": {
16+
"type": "stdio"
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)