diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json new file mode 100644 index 0000000..d301957 --- /dev/null +++ b/.kimi-plugin/plugin.json @@ -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" + } +}