Skip to main content
Glama
package.json1.89 kB
{ "name": "f5cloudstatus-mcp", "version": "1.2.0", "description": "MCP server for F5 Cloud Status monitoring with fully automated CI/CD", "main": "dist/index.js", "type": "module", "bin": { "f5cloudstatus-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "sync:manifest": "node scripts/sync-manifest.js", "prepare": "node scripts/sync-manifest.js", "start": "node dist/index.js" }, "keywords": [ "mcp", "f5", "status", "monitoring", "cloud", "model-context-protocol", "statuspage", "service-status", "automated-versioning", "cicd" ], "author": "robinmordasiewicz", "license": "MIT", "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/robinmordasiewicz/f5cloudstatus-mcp.git" }, "homepage": "https://github.com/robinmordasiewicz/f5cloudstatus-mcp#readme", "bugs": { "url": "https://github.com/robinmordasiewicz/f5cloudstatus-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "axios": "^1.12.2", "dotenv": "^17.2.3", "playwright": "^1.56.0", "zod": "^3.25.76" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.7.0", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "eslint": "^9.37.0", "husky": "^9.0.0", "jest": "^30.2.0", "prettier": "^3.6.2", "ts-jest": "^29.4.4", "tsx": "^4.20.6", "typescript": "^5.9.3" }, "overrides": { "glob": "^10.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinmordasiewicz/f5cloudstatus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server