{ "name": "redmine-mcp-stdio", "version": "1.2.0", "mcpName": "io.github.andrelaptenok/redmine-mcp-stdio", "description": "Local MCP (stdio) server for Redmine. Work with issues, projects and time entries from any MCP client.", "type": "module", "bin": { "redmine-mcp-stdio": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "typecheck": "tsc --noEmit", "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "test": "npm run build && vitest run", "check": "npm run typecheck && npm run lint && npm run format:check && npm test", "prepublishOnly": "npm run build" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "mcp-server", "redmine", "model-context-protocol", "stdio", "claude", "cursor", "vscode", "windsurf", "cline", "codex", "zed", "jetbrains", "issues", "project-management", "time-tracking", "ai", "llm" ], "author": "Andrei Laptsenak", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/andrelaptenok/redmine-mcp-stdio.git" }, "homepage": "https://andrelaptenok.github.io/redmine-mcp-stdio/", "bugs": "https://github.com/andrelaptenok/redmine-mcp-stdio/issues", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.0.0", "eslint": "^10.6.0", "prettier": "^3.9.4", "typescript": "^5.5.0", "typescript-eslint": "^8.63.0", "vitest": "^4.1.10" } }