Skip to content

Commit fe7dd8e

Browse files
committed
fix: update Vercel documentation URL to official docs
1 parent 0e4ff4d commit fe7dd8e

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

servers/com.vercel-mcp.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,43 @@
66
"description": "Access Vercel project deployments, runtime logs, and configuration through Vercel's official hosted remote MCP server with OAuth. Currently read-only.",
77
"icon": "https://avatars.githubusercontent.com/u/14985020?v=4",
88
"schema_version": "2.1",
9-
"categories": ["cloud", "developer-tools"],
10-
"tags": ["vercel", "deployment", "hosting", "nextjs", "serverless", "logs", "devops"],
11-
9+
"categories": [
10+
"cloud",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"vercel",
15+
"deployment",
16+
"hosting",
17+
"nextjs",
18+
"serverless",
19+
"logs",
20+
"devops"
21+
],
1222
"transport": {
1323
"type": "http",
1424
"url": "https://mcp.vercel.com",
1525
"metadata": {
1626
"inputs": []
1727
}
1828
},
19-
2029
"auth": {
2130
"type": "oauth",
2231
"instructions": "Connect via OAuth when prompted by your MCP client. You will be redirected to Vercel to authorize access and select which projects to expose."
2332
},
24-
2533
"contributor": {
2634
"name": "Vercel",
2735
"github": "vercel",
2836
"url": "https://vercel.com"
2937
},
30-
3138
"links": {
3239
"repository": "https://github.com/vercel/mcp-handler",
3340
"homepage": "https://vercel.com",
34-
"documentation": "https://vercel.com/blog/introducing-vercel-mcp-connect-vercel-to-your-ai-tools"
41+
"documentation": "https://vercel.com/docs/mcp/vercel-mcp"
3542
},
36-
37-
"platforms": ["all"],
38-
43+
"platforms": [
44+
"all"
45+
],
3946
"capabilities": {
4047
"tools": true,
4148
"resources": false,

0 commit comments

Comments
 (0)