Skip to content

Commit bdfdb87

Browse files
authored
feat: add Kimi Code plugin manifest (#109)
* feat: add Kimi Code plugin manifest * chore: bump version to 0.45.1
1 parent e70fcd7 commit bdfdb87

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.kimi-plugin/plugin.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "vercel-plugin",
3+
"version": "0.45.1",
4+
"description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
5+
"keywords": [
6+
"vercel",
7+
"nextjs",
8+
"ai-sdk",
9+
"turborepo",
10+
"turbopack",
11+
"workflow",
12+
"deployment",
13+
"edge-functions",
14+
"serverless",
15+
"ai-gateway"
16+
],
17+
"homepage": "https://github.com/vercel/vercel-plugin",
18+
"license": "Apache-2.0",
19+
"author": {
20+
"name": "Vercel",
21+
"url": "https://github.com/vercel"
22+
},
23+
"skills": ["./skills"],
24+
"commands": ["./commands"],
25+
"mcpServers": {
26+
"vercel": {
27+
"transport": "http",
28+
"url": "https://mcp.vercel.com"
29+
}
30+
},
31+
"interface": {
32+
"displayName": "Vercel",
33+
"shortDescription": "Vercel ecosystem expert: skills and workflows for Next.js, AI SDK, and more.",
34+
"developerName": "Vercel",
35+
"websiteURL": "https://vercel.com"
36+
}
37+
}

0 commit comments

Comments
 (0)