package.json•1.2 kB
{
"name": "@pnp/cli-microsoft365-mcp-server",
"version": "0.1.13",
"description": "Model Context Protocol (MCP) server for CLI for Microsoft 365 that allows to use natural language to manage your Microsoft 365 tenant.",
"author": "Microsoft 365 & Power Platform Community",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"cli-microsoft365-mcp-server": "dist/index.js"
},
"type": "module",
"keywords": [
"Microsoft365",
"SharePointOnline",
"mcp",
"model-context-protocol",
"ai-assistant",
"cli-for-microsoft-365"
],
"maintainers": [
{
"name": "Adam Wójcik",
"email": "adam.wojcik.it@gmail.com",
"web": "https://github.com/Adam-it"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/pnp/cli-microsoft365-mcp-server.git"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.18.0"
},
"devDependencies": {
"@types/node": "24.4.0",
"ts-node": "10.0.0",
"typescript": "5.9.2"
}
}