← back to Cncp Mcp

package.json

17 lines

{
  "name": "cncp-mcp",
  "version": "0.1.0",
  "description": "MCP wrapper around CNCP — Steve's Curated Network Control Panel data stores (domains, projects, wins, lessons, parking-lot, session recaps, DW agents). Reads JSON files directly from ~/cncp-starter/, independent of CNCP HTTP server.",
  "type": "module",
  "main": "index.js",
  "bin": {
    "cncp-mcp": "index.js"
  },
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4"
  }
}