refactor(mcp): rename SURFSENSE_PAT to SURFSENSE_API_KEY

This commit is contained in:
CREDO23 2026-07-06 03:40:36 +02:00
parent b2bf925f63
commit faa6d6baea
9 changed files with 21 additions and 21 deletions

View file

@ -1,7 +1,7 @@
# Copy to .env (or set these in your MCP client config) and fill in your token.
# Personal Access Token from SurfSense (Settings -> API). Required.
SURFSENSE_PAT=ss_pat_your_token_here
# API key from SurfSense (Settings -> API). Required.
SURFSENSE_API_KEY=ss_pat_your_token_here
# Base URL of the SurfSense backend. Defaults to http://localhost:8000
SURFSENSE_BASE_URL=http://localhost:8000