Files
Claude-SharepointLists/mcp-server/package.json

20 lines
457 B
JSON
Raw Normal View History

{
"name": "sharepoint-lists-mcp",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "MCP server for Microsoft SharePoint Lists (app-only Microsoft Graph auth)",
"bin": {
"sharepoint-lists-mcp": "index.mjs"
},
"scripts": {
"start": "node index.mjs",
"start:http": "node index.mjs --http"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"express": "^4.21.0",
"zod": "^3.23.8"
}
}