Drop the Streamable HTTP transport and direct express dependency so the server has no network listener and cannot be reached from web chat — matches the desktop-only use case. Update README/.env.example accordingly. (express remains only as a transitive dep of the MCP SDK; unused.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
465 B
Plaintext
11 lines
465 B
Plaintext
# Copy to ".env" in this folder and fill in. Git-ignored — never commit real values.
|
|
SP_TENANT_ID=00000000-0000-0000-0000-000000000000
|
|
SP_CLIENT_ID=00000000-0000-0000-0000-000000000000
|
|
SP_CLIENT_SECRET=your-client-secret-value-here
|
|
|
|
# Optional: default site so tools can omit the `site` argument.
|
|
# SP_SITE_URL=https://contoso.sharepoint.com/sites/Marketing
|
|
|
|
# Optional safety: set to true to expose ONLY read tools (no create/update/delete).
|
|
# SP_READONLY=false
|