Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .kimi-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "vercel-plugin",
"version": "0.45.1",
"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.",
"keywords": [
"vercel",
"nextjs",
"ai-sdk",
"turborepo",
"turbopack",
"workflow",
"deployment",
"edge-functions",
"serverless",
"ai-gateway"
],
"homepage": "https://github.com/vercel/vercel-plugin",
"license": "Apache-2.0",
"author": {
"name": "Vercel",
"url": "https://github.com/vercel"
},
"skills": ["./skills"],
"commands": ["./commands"],
"mcpServers": {
"vercel": {
"transport": "http",
"url": "https://mcp.vercel.com"
}
},
"interface": {
"displayName": "Vercel",
"shortDescription": "Vercel ecosystem expert: skills and workflows for Next.js, AI SDK, and more.",
"developerName": "Vercel",
"websiteURL": "https://vercel.com"
}
}
Loading