nx-mcp
Version:
A Model Context Protocol server implementation for Nx
36 lines (35 loc) • 685 B
JSON
{
"name": "nx-mcp",
"version": "0.12.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",
"CHANGELOG.md"
],
"mcpName": "io.github.nrwl/nx-mcp"
}