-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@rak-ad/mcp",
"version": "0.2.2",
"description": "RAK OS — media without an owner, for any country. An open MCP content language + free stack; first live node is Poland (articles, wire, per-region feeds, 4,800+ monitored sources) + AI editorial tools (research, writing, media, QA). Fork a node for yours.",
"type": "module",
"bin": { "rak-mcp": "bin/rak-mcp.js" },
"files": ["bin", "skills", "README.md", "LICENSE", "CHANGELOG.md"],
"engines": { "node": ">=18" },
"dependencies": { "mcp-remote": "^0.1.0" },
"keywords": [
"mcp", "model-context-protocol", "open-standard", "agentic-web",
"media", "local-news", "content-provenance", "pay-per-citation", "rag",
"claude", "cursor", "windsurf", "rak", "fork-a-node",
"poland", "kanal-zero", "stanosky"
],
"homepage": "https://rak.guru",
"repository": { "type": "git", "url": "https://github.com/Hei33enberg/RAK-OS.git" },
"license": "MIT",
"publishConfig": { "access": "public" }
}