Modules§
- error_
codes - Standard error codes (Protocol v1.0 Section 4.5)
Structs§
- Database
Operation Payload - Payload for database operation notifications
- Empty
Payload - Empty payload for ping/pong messages
- Error
Payload - Payload for error message (Protocol v1.0 Section 4.5)
- Goodbye
Payload - Payload for goodbye message
- Hello
Payload - Payload for hello message (client → server)
- Init
Payload - Payload for UI init message
- McpConnection
- MCP connection entry
- Project
Info - Project information sent by MCP servers
- Project
Offline Payload - Payload for UI project_offline message
- Project
Online Payload - Payload for UI project_online message
- Protocol
Message - Protocol message wrapper - wraps all WebSocket messages with version and timestamp
- Register
Payload - Payload for MCP register message
- Registered
Payload - Payload for MCP registered response
- UiConnection
- UI connection entry
- WebSocket
State - Shared WebSocket state
- Welcome
Payload - Payload for welcome message (server → client)
Constants§
- PROTOCOL_
VERSION - Intent-Engine Protocol Version
Functions§
- handle_
mcp_ websocket - Handle MCP WebSocket connections
- handle_
ui_ websocket - Handle UI WebSocket connections