-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "bricks-mcp",
"version": "1.2.4",
"type": "module",
"description": "The most comprehensive open-source MCP server for Bricks Builder — 108 tools for pages, templates, styles, SEO, security audit, call/diff logging, and more.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:bun": "bun index.js",
"inspect": "npx @modelcontextprotocol/inspector node index.js"
},
"keywords": [
"bricks-builder",
"wordpress",
"mcp",
"model-context-protocol",
"claude",
"ai",
"page-builder"
],
"author": "developer2013",
"repository": {
"type": "git",
"url": "https://github.com/developer2013/bricks-mcp-open.git"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"cheerio": "^1.2.0",
"form-data": "^4.0.5"
}
}