@utaba/ucm-mcp-server
Version:
Universal Context Manager MCP Server - AI-native artifact management
37 lines • 778 B
JSON
{
"name": "@utaba/ucm-mcp-server",
"version": "2.0.0",
"description": "Universal Context Manager MCP Server - AI-native artifact management",
"main": "dist/index.js",
"type": "module",
"bin": {
"ucm-mcp-server": "dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"ucm",
"universal-context-manager",
"context-engineering",
"ai",
"context-manager",
"utaba"
],
"author": {
"name": "Utaba AI",
"url": "https://utaba.ai"
},
"license": "BSD-3-Clause",
"homepage": "https://ucm.utaba.ai",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"commander": "^14.0.0",
"axios": "^1.10.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}