Commit History

fix: Pass Notion MCP server auth token as environment variable to subprocess
4c1c4ca

Gemini commited on

fix: Update Notion MCP server port to 7861 in app.py
dede469

Gemini commited on

Update Dockerfile
369e7bf
verified

harvesthealth commited on

revert: Remove internal authentication logic from app.py
9265c8b

Gemini commited on

fix: Add missing 'secrets' import to app.py
ccefeb5

Gemini commited on

feat: Re-add debugging ls commands to Dockerfile and revert app.py internal auth
bca5a91

Gemini commited on

feat: Re-add debugging ls commands to Dockerfile to diagnose build output
d1899b1

Gemini commited on

fix: Implement robust multi-stage Docker build by cloning notion-mcp-server in builder stage
4bb289d

Gemini commited on

feat: Finalize Dockerfile with multi-stage build and npm ci
b804e75

Gemini commited on

fix: Use npm ci in Dockerfile builder stage for reliable dependency installation
8ba0be9

Gemini commited on

feat: Add debugging ls commands to Dockerfile to diagnose build output
a90df0b

Gemini commited on

feat: Add cache bust to Dockerfile builder stage to force re-run of npm install and build
e055183

Gemini commited on

feat: Modify Dockerfile to debug Node.js build output location
7142159

Gemini commited on

feat: Re-add ls command to Dockerfile builder stage for debugging
5318790

Gemini commited on

fix: Install ca-certificates in Dockerfile to resolve SSL verification issues
0548b13

Gemini commited on

fix: Correct multi-stage Dockerfile to clone notion-mcp-server in builder stage
62bab70

Gemini commited on

feat: Implement multi-stage Docker build for notion-mcp-server
9e7c9bf

Gemini commited on

feat: Re-add ls command to Dockerfile to debug Node.js build output
99b1e4f

Gemini commited on

fix: Correct Node.js entry point in app.py to index.js
8cc0625

Gemini commited on

fix: Create dist directory before npm run build in Dockerfile
2dfdb98

Gemini commited on

feat: Add ls command to Dockerfile to debug Node.js build output
6e4cc97

Gemini commited on

fix: Correct Dockerfile order of operations for Node.js build
e7997d2

Gemini commited on

fix: Correct Dockerfile Node.js build steps order and preserve EXPOSE/CMD
8158156

Gemini commited on

fix: Resolve EACCES permission error by moving npm install to Dockerfile build process
d3ca0e3

Gemini commited on

feat: Implement circuit breaker for httpx requests in app.py
da6e3f7

Gemini commited on

fix: Update Dockerfile to clone into /app/notion-mcp-server and adjust app.py path
0b2e87f

Gemini commited on

feat: Add detailed logging for Notion MCP server startup in app.py
2983a72

Gemini commited on

fix: Change directory to notion-mcp-server before running npm commands
c66a90a

Gemini commited on

Merge branch 'main' of https://huggingface.co/spaces/harvesthealth/notion-mcp-keyed
3fb782d

Gemini commited on

feat: Configure FastAPI to start and proxy Notion MCP server
10cb4e7

Gemini commited on

Update Dockerfile
09ea2cc
verified

harvesthealth commited on

debug: Replace ls -l / with sleep 10 for debugging
903f15d

Gemini commited on

debug: Replace echo command with ls -l / for debugging
8ba3af9

Gemini commited on

fix: Use create_subprocess_shell for echo command
1f2117d

Gemini commited on

debug: Replace notion-mcp-server with echo command
b49994b

Gemini commited on

fix: Set WORKDIR to /app before copying Python files
b672549

Gemini commited on

debug: Redirect notion-mcp-server output to files
d86baf2

Gemini commited on

fix: Run notion-mcp-server as detached process
4e34990

Gemini commited on

fix: Keep notion-mcp-server running in background
7871676

Gemini commited on

fix: Handle async generator in startup_event
e5dc9db

Gemini commited on

fix: Import httpx in app.py
0962686

Gemini commited on

Revert "refactor: Simplify app.py for debugging"
106b6ff

Gemini commited on

refactor: Simplify app.py for debugging
a2bcd22

Gemini commited on

fix: Import Request object in app.py
7eb908d

Gemini commited on

feat: Add proxy for /health endpoint
95a7875

Gemini commited on

Revert "feat: Proxy /mcp requests to notion-mcp-server"
bd96121

Gemini commited on

Revert "fix: Start notion-mcp-server as a background task"
db39b39

Gemini commited on

Revert "refactor: Remove httpx dependency"
897a598

Gemini commited on

Revert "refactor: Remove authentication logic"
ea9b6ee

Gemini commited on

refactor: Remove authentication logic
5e5de6b

Gemini commited on