Skip to content

Commit d60fc71

Browse files
Brian KrafftCopilot
andcommitted
Fix GPT-5.4 findings: wrong env var name, Docker bearer token docs
- CHANGELOG.md: fix OPENSPACE_BEARER_TOKEN -> OPENSPACE_MCP_BEARER_TOKEN - Dockerfile: document OPENSPACE_MCP_BEARER_TOKEN as REQUIRED, fix .env.example path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 79b13c5 commit d60fc71

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Key security improvements across the v2.0.0 release:
141141
- `mcp_server.py` is now a backward-compat shim — migrate to `openspace/mcp/` package
142142
- `evolver.py` is now a thin facade — migrate to `openspace/skill_engine/evolution/` package
143143
- `grounding_agent.py` replaced by `openspace/agents/grounding/` package
144-
- All MCP endpoints now require bearer token auth (set `OPENSPACE_BEARER_TOKEN`)
144+
- All MCP endpoints now require bearer token auth (set `OPENSPACE_MCP_BEARER_TOKEN`)
145145
- Cloud auto-import disabled by default (set `OPENSPACE_CLOUD_IMPORT=true` to re-enable)
146146
- E2B sandbox enforced by default for skill execution
147147

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# Build: docker build -t openspace .
55
# Run: docker run -p 8000:8000 --env-file .env openspace
66
#
7-
# Environment variables (see .env.example):
7+
# Environment variables (see openspace/.env.example):
8+
# OPENSPACE_MCP_BEARER_TOKEN (REQUIRED for HTTP transports)
89
# OPENSPACE_MCP_HOST, OPENSPACE_MCP_PORT, OPENSPACE_MCP_TRANSPORT,
910
# OPENSPACE_LOG_LEVEL, OPENSPACE_SHUTDOWN_TIMEOUT,
1011
# OPENSPACE_METRICS_ENABLED, OPENROUTER_API_KEY, etc.

0 commit comments

Comments
 (0)