/
foursecondfivefour
/
AETHER_01
Обзор
Документация
Войти
/
foursecondfivefour
/
AETHER_01
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
45 строк
1 KB
TWRP Build
feat: add npm package and English README for LobeHub validation
28 июн 2026, 12:57
28 июн 2026, 12:57
1e42ec1
Код
Авторство
О чём код?
{ "name": "@foursecondfivefour/aether-mcp-server", "version": "1.0.1", "description": "AETHER_01 — Full-spectrum Windows MCP server: process, file, registry, service, GUI, system, network, user, security, automation. 10 tools, 99% Windows management coverage.", "keywords": [ "mcp", "mcp-server", "windows", "system-administration", "win32", "model-context-protocol" ], "homepage": "https://github.com/foursecondfivefour/aether-mcp-server", "bugs": "https://github.com/foursecondfivefour/aether-mcp-server/issues", "license": "MIT", "author": "foursecondfivefour", "repository": { "type": "git", "url": "https://github.com/foursecondfivefour/aether-mcp-server.git" }, "bin": { "aether-mcp-server": "bin/aether-mcp-server.exe" }, "files": [ "install.js", "bin/", "README.md", "LICENSE" ], "scripts": { "postinstall": "node install.js" }, "engines": { "node": ">=18" }, "os": [ "win32" ], "cpu": [ "x64" ], "publishConfig": { "access": "public" } }