@paradiselabs/mco-protocol
Version:
MCO (Model Configuration Orchestration) MCP Server & Configuration Tool
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "@paradiselabs/mco-protocol",
"version": "0.2.3",
"description": "MCO (Model Configuration Orchestration) MCP Server & Configuration Tool",
"main": "lib/index.js",
"bin": {
"mco": "bin/mco-cli.js"
},
"scripts": {
"start": "node bin/mco-server.js",
"test": "jest",
"build": "tsc",
"lint": "eslint .",
"dev": "nodemon bin/mco-server.js"
},
"keywords": [
"mco",
"mcp",
"orchestration",
"ai",
"agent",
"snlp"
],
"author": "ParadiseLabs, LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paradiselabs-ai/MCO-Protocol.git"
},
"bugs": {
"url": "https://github.com/paradiselabs-ai/MCO-Protocol/issues"
},
"homepage": "https://github.com/paradiselabs-ai/MCO-Protocol#readme",
"dependencies": {
"commander": "^11.0.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"open": "^9.1.0",
"uuid": "^9.0.0",
"ws": "^8.13.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.4.5",
"@types/ws": "^8.5.5",
"eslint": "^8.45.0",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.0.0"
}
}