{ "name": "@mima-ai/governance-mcp", "version": "0.1.13", "description": "MCP server — AI governance evidence for EU AI Act, SOC 2, ISO 42001, and NIST AI RMF", "type": "module", "bin": { "mima-governance-mcp": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "dev": "tsx src/index.ts", "test": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.4.0", "vitest": "^1.6.0" }, "mcpName": "works.mima/governance-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai-governance", "eu-ai-act", "iso-42001", "soc2", "nist-ai-rmf", "compliance", "grc" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mimaworks/governance-mcp.git" }, "homepage": "https://docs.mima.works", "bugs": "https://github.com/mimaworks/governance-mcp/issues" }