{ "name": "scim-mcp", "version": "0.1.0", "description": "A MCP for managing users and groups via SCIM API.", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "xmcp build", "dev": "xmcp dev", "start": "node dist/http.js" }, "dependencies": { "@faker-js/faker": "^10.1.0", "xmcp": "^0.4.0", "zod": "3.24.4" } }