nx-mcp
Version:
A Model Context Protocol server implementation for Nx
34 lines (33 loc) • 626 B
JSON
{
"name": "nx-mcp",
"version": "0.5.0",
"main": "main.js",
"description": "A Model Context Protocol server implementation for Nx",
"author": {
"name": "Narwhal Technologies Inc",
"email": "hello@nrwl.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-console.git"
},
"homepage": "https://nx.dev",
"bugs": {
"url": "https://github.com/nrwl/nx-console/issues"
},
"keywords": [
"nx",
"monorepo",
"ai",
"mcp",
"model",
"context",
"protocol"
],
"bin": "main.js",
"files": [
"main.js",
"README.md"
]
}