MCP Language Server
by isaacphi
{
"name": "cisa-m365",
"version": "0.1.0",
"description": "CISA BOD 25-01 M365 MCP Server",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.1.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}