Add MCP server (stdio + HTTP) reusing the skill's Graph client

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>
This commit is contained in:
ang3l12
2026-06-16 14:02:11 -06:00
parent fd957177b9
commit 89835d9498
7 changed files with 1993 additions and 0 deletions

4
.gitignore vendored
View File

@@ -8,6 +8,10 @@
node_modules/
npm-debug.log*
# --- Packaged skill build artifacts ---
*.zip
*.skill
# --- OS / editor cruft ---
.DS_Store
*.swp