Skip to content

Commit 23a2957

Browse files
feat: added server.json for oss registry
1 parent c949979 commit 23a2957

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

server.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3+
"name": "com.webflow/mcp",
4+
"description": "AI-powered design and management for Webflow Sites",
5+
"repository": {
6+
"url": "https://github.com/webflow/mcp-server",
7+
"source": "github"
8+
},
9+
"version": "2.0.0",
10+
"remotes": [
11+
{
12+
"type": "streamable-http",
13+
"url": "https://mcp.webflow.com/mcp"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)