Simplify MCP server to stdio-only (local desktop use)

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>
This commit is contained in:
ang3l12
2026-06-16 14:09:12 -06:00
parent 89835d9498
commit f65cad865d
5 changed files with 236 additions and 685 deletions

View File

@@ -8,6 +8,3 @@ SP_CLIENT_SECRET=your-client-secret-value-here
# Optional safety: set to true to expose ONLY read tools (no create/update/delete).
# SP_READONLY=false
# Optional: HTTP port when running with --http (default 3838).
# PORT=3838