Restore the Streamable HTTP transport (kept alongside stdio) guarded by a shared bearer token (MCP_AUTH_TOKEN, constant-time check; /health stays open for probes). Add mcp-server/Dockerfile, root docker-compose.yml and .dockerignore to run it as a container on the Gitea box. README documents hosting + connecting Claude Desktop via mcp-remote. Verified HTTP 401-without/200-with-token locally; npm ci validated for the image build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"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": "^5.0.0",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|