{ "name": "stillonline-mcp", "version": "0.3.6", "mcpName": "io.github.shenwell/stillonline", "description": "MCP server for StillOnline — uptime monitoring and status pages from Cursor, Claude Code, and other MCP clients.", "type": "module", "main": "dist/cli.js", "types": "dist/cli.d.ts", "bin": { "stillonline-mcp": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "build:smithery": "powershell -ExecutionPolicy Bypass -File scripts/build-smithery-mcpb.ps1", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/shenwell/stillonline-mcp.git" }, "bugs": { "url": "https://github.com/shenwell/stillonline-mcp/issues" }, "homepage": "https://stillonline.tech/docs/mcp", "author": "StillOnline", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "stillonline", "uptime", "status-page", "monitoring", "devops", "cursor", "claude-code", "ai-agents" ], "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "@clack/prompts": "^0.10.0", "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }