forked from Yrobot/cloudflare-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 920 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@yrobot/cf-search-mcp",
"version": "1.1.0",
"description": "MCP server for Cloudflare Search API - Aggregated search across multiple engines",
"type": "module",
"publishConfig": {
"access": "public"
},
"main": "mcp/cf-search-mcp.js",
"bin": {
"cf-search-mcp": "./mcp/cf-search-mcp.js"
},
"scripts": {
"start": "node mcp/cf-search-mcp.js"
},
"keywords": [
"mcp",
"search",
"web-search",
"cloudflare",
"cloudflare-workers",
"self-hosted",
"ai-agent",
"openclaw",
"free-search",
"privacy",
"aggregated-search",
"google",
"brave",
"duckduckgo",
"bing"
],
"author": "Yrobot",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Yrobot/cloudflare-search.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"engines": {
"node": ">=18.0.0"
}
}