II.
Page JSON
Structured · livepage:docs-harness-features-backlog-gaps-remote-integration-gap-remote-003
GAP-REMOTE-003: Remote Sessions (WebSocket) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-003",
"_kind": "Page",
"_file": "wiki/docs/harness-features-backlog/gaps/remote-integration/gap-remote-003.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/harness-features-backlog/gaps/remote-integration/GAP-REMOTE-003.md",
"sourceKind": "repo-docs",
"title": "GAP-REMOTE-003: Remote Sessions (WebSocket)",
"displayName": "GAP-REMOTE-003: Remote Sessions (WebSocket)",
"slug": "docs/harness-features-backlog/gaps/remote-integration/gap-remote-003",
"articlePath": "wiki/docs/harness-features-backlog/gaps/remote-integration/GAP-REMOTE-003.md",
"article": "\n# GAP-REMOTE-003: Remote Sessions (WebSocket)\n\n| Field | Value |\n|-------|-------|\n| Category | remote-integration |\n| Priority | High |\n| Effort | XL |\n| Status | Missing |\n\n## Description\nRemote session support via WebSocket transport, enabling cloud-hosted orchestration, shared team sessions, and secure remote execution environments.\n\n## Current State\nAll execution is local. invokeHarness() spawns local CLI processes. MCP server uses stdio transport, not network transport.\n\n## Target State\nWebSocket transport for MCP server. Session multiplexing for concurrent remote users. Authentication and authorization. Run directory synchronization for remote execution.\n\n## Dependencies\n- [GAP-REMOTE-007](../remote-integration/GAP-REMOTE-007.md) -- host contract layer for structured API\n- [GAP-JSON-005](../json-interaction/GAP-JSON-005.md) -- event streaming for remote visibility\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| MCP server entry | `packages/sdk/src/cli/mcpServeEntry.ts` |\n| MCP handlers | `packages/sdk/src/mcp/` |\n\n## Recommendation\nPhase 5 implementation. Add WebSocket transport to MCP server. Implement session multiplexing and authentication.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-harness-features-backlog",
"to": "page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-003",
"kind": "contains_page"
}
]
}