@mmlotfy/intellicodemcp
Version:
IntelliCodeMCP - Advanced AI Model Context Protocol System for intelligent code management and orchestration
68 lines (67 loc) • 1.87 kB
JSON
{
"name": "@mmlotfy/intellicodemcp",
"version": "2.6.3",
"description": "IntelliCodeMCP - Advanced AI Model Context Protocol System for intelligent code management and orchestration",
"main": "dist/bin/intellicodemcp.js",
"bin": "./dist/bin/intellicodemcp.js",
"files": [
"dist/**/*",
"intelliMemoryHub/**/*",
"settings/**/*",
".roo/**/*",
"README.md",
"LICENSE",
"QUICK_START.md",
"DEPLOYMENT.md",
"mcp.json"
],
"repository": {
"type": "git",
"url": "https://github.com/MLotfy88/IntelliCodeMCP.git"
},
"homepage": "https://github.com/MLotfy88/IntelliCodeMCP#readme",
"bugs": {
"url": "https://github.com/MLotfy88/IntelliCodeMCP/issues"
},
"scripts": {
"build": "tsc",
"start": "node dist/bin/intellicodemcp.js",
"cli": "node dist/main/cli.js",
"dev": "tsc && node dist/main/cli.js",
"dev:server": "tsc && node dist/bin/intellicodemcp.js",
"clean": "rimraf dist",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"test": "node test-system.js",
"test:quick": "npm run build && node dist/main/cli.js",
"install:setup": "node install.js",
"publish:npm": "npm publish --access public"
},
"keywords": [
"ai",
"mcp",
"model-context-protocol",
"typescript",
"code-management",
"orchestration",
"intelligent-coding"
],
"author": "IntelliCodeMCP Team",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"fuse.js": "^7.1.0",
"js-yaml": "^4.1.0",
"serpapi": "^2.1.0"
},
"devDependencies": {
"@types/node": "^24.0.1",
"@types/js-yaml": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.28.0",
"typescript": "^5.8.3",
"rimraf": "^6.0.1"
}
}