2026-06-16 14:02:11 -06:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-06-16 14:19:51 -06:00
|
|
|
"start": "node index.mjs",
|
|
|
|
|
"start:http": "node index.mjs --http"
|
2026-06-16 14:02:11 -06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
2026-06-16 14:19:51 -06:00
|
|
|
"express": "^5.0.0",
|
2026-06-16 14:02:11 -06:00
|
|
|
"zod": "^3.23.8"
|
|
|
|
|
}
|
|
|
|
|
}
|