{ "name": "ellmos-servercommander-mcp", "version": "0.1.0-alpha.20", "mcpName": "io.github.ellmos-ai/ellmos-servercommander-mcp", "description": "Alpha MCP server for server operations: deploy dry-runs, mail status, log analysis, and health checks.", "type": "commonjs", "license": "MIT", "author": "Lukas Geiger", "homepage": "https://github.com/ellmos-ai/ellmos-servercommander-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/ellmos-ai/ellmos-servercommander-mcp.git" }, "bugs": { "url": "https://github.com/ellmos-ai/ellmos-servercommander-mcp/issues" }, "bin": { "ellmos-servercommander": "bin/ellmos-servercommander.js" }, "files": [ "assets/", "bin/", "config/servercommander.example.toml", "src/**/*.py", "README.md", "README_de.md", "KONZEPT.md", "CHANGELOG.md", "pyproject.toml", "server.json", "glama.json", "smithery.yaml", "llms.txt", "SECURITY.md", "THIRD_PARTY_LICENSES.md", "MARKETING-LOG.txt", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "claude", "server", "server-operations", "server-management", "deploy", "deployment-dry-run", "logs", "access-log-analysis", "health-check", "i18n", "ellmos" ], "scripts": { "test": "python -m pytest -ra -v", "smoke": "node bin/ellmos-servercommander.js --version" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "tag": "alpha" }, "dependencies": { "update-notifier": "^7.3.1" } }