{ "name": "radiochron-mcp", "version": "0.7.0", "description": "Pure-Rust MCP server for Wi-Fi incident diagnostics and native BLE observation/history.", "mcpName": "io.github.sergii-ziborov/radiochron", "bin": { "radiochron": "npm/bin.js", "radiochron-mcp": "npm/bin.js" }, "files": [ "npm/bin.js", "vendor", "server.json", "README.md", "LICENSE-MIT" ], "scripts": { "test": "node --test npm/*.test.js", "verify:package": "node scripts/verify-package.js", "prepack": "node npm/prepare.js" }, "license": "MIT", "author": "Sergii Ziborov", "homepage": "https://radiochron.com", "repository": { "type": "git", "url": "git+https://github.com/sergii-ziborov/radiochron-mcp.git" }, "bugs": { "url": "https://github.com/sergii-ziborov/radiochron-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "wifi", "bluetooth", "ble", "diagnostics", "network", "windows", "linux", "linux-arm64", "raspberry-pi", "macos", "rust" ], "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }