mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-22 07:11:01 +02:00
15 lines
381 B
JSON
15 lines
381 B
JSON
|
|
{
|
||
|
|
"name": "noxa",
|
||
|
|
"version": "0.4.0",
|
||
|
|
"description": "noxa CLI, MCP server, and skills for AI-assisted web extraction",
|
||
|
|
"author": {
|
||
|
|
"name": "jmagar"
|
||
|
|
},
|
||
|
|
"homepage": "https://noxa.io",
|
||
|
|
"repository": "https://github.com/jmagar/noxa",
|
||
|
|
"license": "AGPL-3.0",
|
||
|
|
"keywords": ["web", "extraction", "mcp", "ai"],
|
||
|
|
"skills": "./skills/",
|
||
|
|
"mcpServers": "./.mcp.json"
|
||
|
|
}
|