docs: define streaming mcp architecture

This commit is contained in:
a.tolmachev
2026-04-06 01:45:48 +03:00
parent d7e5ae95d6
commit 04ed704e94
12 changed files with 834 additions and 29 deletions
+15 -7
View File
@@ -2,23 +2,31 @@
## Current
### `feat/secret-store-foundation`
### `feat/streaming-mcp-architecture`
Status: completed
DoD:
- Workspace-scoped secret store is persisted in PostgreSQL
- Secret values are encrypted with `CRANK_MASTER_KEY`
- Admin API exposes create/list/get/rotate/delete secret endpoints
- Integration tests cover secret CRUD and rotation
- Official MCP transport semantics are reflected in docs
- Streaming modes and protocol support matrix are documented
- Core docs and `TASKS.md` are synchronized around controlled streaming model
## Next
- `feat/auth-profile-secret-resolution`
- `feat/mcp-streamable-http-alignment`
## Backlog
- `feat/secret-store-foundation`
- `feat/streaming-mcp-architecture`
- `feat/mcp-streamable-http-alignment`
- `feat/streaming-core-model`
- `feat/stream-session-store`
- `feat/runtime-window-mode`
- `feat/rest-sse-adapter`
- `feat/grpc-server-streaming-adapter`
- `feat/session-and-job-tools`
- `feat/streaming-ui-config`
- `feat/streaming-e2e`
- `feat/auth-profile-secret-resolution`
- `feat/runtime-upstream-auth`
- `feat/secrets-ui`