package.json•760 B
{
"name": "intersight-mcp",
"version": "1.0.16",
"description": "MCP server for Cisco Intersight API",
"main": "build/index.js",
"type": "module",
"scripts": {
"start": "node build/index.js",
"start:http": "node build/http-server.js",
"build": "tsc",
"dev": "tsx src/index.ts",
"dev:http": "tsx src/http-server.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^5.1.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.4",
"@types/node": "^20.5.0",
"tsx": "^4.7.0",
"typescript": "^5.1.6"
},
"author": "",
"license": "MIT"
}