New mcp-server/ exposes SharePoint Lists as MCP tools (test, list_lists, get_columns, list_items, get_item, create/update/delete_item) via the same graph.mjs core. Supports stdio (Claude Desktop/Code/Cowork) and Streamable HTTP (--http). SP_READONLY gates write tools. Adds project .mcp.json and ignores build artifacts. Verified end-to-end live over stdio and HTTP initialize. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
122 B
JSON
9 lines
122 B
JSON
{
|
|
"mcpServers": {
|
|
"sharepoint-lists": {
|
|
"command": "node",
|
|
"args": ["mcp-server/index.mjs"]
|
|
}
|
|
}
|
|
}
|