Skip to content

[fix] expose browser-safe control-plane endpoints#97

Merged
FlowmemoryAI merged 1 commit into
mainfrom
fix/control-plane-cors
May 13, 2026
Merged

[fix] expose browser-safe control-plane endpoints#97
FlowmemoryAI merged 1 commit into
mainfrom
fix/control-plane-cors

Conversation

@FlowmemoryAI
Copy link
Copy Markdown
Owner

Summary

  • add CORS headers for the local control-plane HTTP server so the Vite workbench can fetch it from port 5173
  • add GET /state mapped to the existing devnet_state method because the workbench already probes that endpoint
  • add HTTP server test coverage for /health, /state, and CORS headers

Validation

  • npm test --prefix services/control-plane
  • live local header probe for /health and /state from Origin http://127.0.0.1:5173
  • git diff --check

@FlowmemoryAI FlowmemoryAI merged commit df8fe1d into main May 13, 2026
8 checks passed
@FlowmemoryAI FlowmemoryAI deleted the fix/control-plane-cors branch May 13, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant