Expand description
Real-time state synchronization between MCP and browser dashboard
Provides WebSocket endpoint /ws/state for:
- Pushing MCP activity updates to browser at 60fps
- Receiving user hints/nudges from browser
Structs§
- Active
Tool - Currently executing MCP tool
- File
Access Event - File access event for Wave Compass visualization
- File
Event Dto - Hint
Message Dto - Hint message from browser
- HotRegion
- McpActivity
State - Real-time MCP activity state for dashboard visualization
- McpState
Dto - State
Update Dto - State update sent to browser (60fps)
- Tool
Execution - Completed tool execution record
- User
Hint - User hint from browser to AI
- User
Hints Queue - Queue of user hints waiting to be consumed by MCP
- Wave
Compass Dto
Enums§
- Access
Type - Type of file access
- Hint
Type - Type of user hint
Functions§
- state_
handler - Handle WebSocket upgrade for state sync