mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-22 07:11:01 +02:00
12 lines
258 B
JSON
12 lines
258 B
JSON
|
|
{
|
||
|
|
"name": "noxa",
|
||
|
|
"version": "0.4.0",
|
||
|
|
"description": "noxa CLI, MCP server, and skills for AI-assisted web extraction",
|
||
|
|
"mcpServers": {
|
||
|
|
"noxa": {
|
||
|
|
"command": "${extensionPath}${/}bin${/}noxa-mcp",
|
||
|
|
"cwd": "${extensionPath}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|