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>
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
# --- Secrets: never commit ---
|
|
.env
|
|
*.env
|
|
*.env.local
|
|
!.env.example
|
|
|
|
# --- Node ---
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# --- Packaged skill build artifacts ---
|
|
*.zip
|
|
*.skill
|
|
|
|
# --- OS / editor cruft ---
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|