We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrwl/nx-console'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "intellij",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"targets": {
"composedJar": {
"executor": "@nx/gradle:gradle",
"options": {
"taskName": ":intellij:composedJar",
"excludeDependsOn": false
}
},
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"outputPath": "",
"ci": false,
"npm": false,
"plugins": ["gradle-semantic-release-plugin"],
"gitAssets": ["gradle.properties"]
}
},
"buildPlugin": {
"dependsOn": ["^build", "^build-webview-files"]
},
"runIde": {
"cache": false
},
"prepareSandbox": {
"dependsOn": [
"^build",
"^build-webview-files",
"composedJar",
"^jar",
"initializeIntellijPlatformPlugin"
]
}
},
"tags": ["type:intellij"],
"implicitDependencies": ["nxls", "generate-ui-v2", "shared-cloud-fix-webview"]
}