Skip to main content

Crate daemon8_mcp

Crate daemon8_mcp 

Source

Modules§

envelope
Standard daemon8 MCP response envelope.
help

Structs§

ActParams
ConnectParams
CreateCheckpointParams
DaemonMcp
DaemonMcpConfig
DeviceScreenshotResult
EndDebugSessionParams
ForgetMemoryParams
HelpParams
HooksToolAction
IngestParams
LensParams
LibrarianForgetParams
LibrarianIndexEdge
LibrarianIndexParams
LibrarianLookupParams
ListDebugSessionsParams
ObserveParams
QueryMemoryParams
ResolveDebugSessionParams
SaveMemoryParams
SetupApplyParams
SetupPlanParams
SetupStatusParams
SetupToolAction
StartDebugSessionParams
SubscribeParams

Enums§

ChromeCommand
DebugAction
NetworkPreset
StoreType

Functions§

librarian_index_inner
librarian_lookup_inner
query_memory_inner
Pure handler for query_memory. Extracted so tests can drive it against an in-memory MemoryStore without spinning up DaemonMcp.
save_memory_inner
Pure handler for save_memory. Extracted so tests can drive it against an in-memory MemoryStore without spinning up DaemonMcp.

Type Aliases§

DeviceScreenshotFn
Callback type for device screenshot capture. Receives (serial, platform) and returns PNG bytes + source label. Constructed by the daemon crate with access to ADB transport and xcap.
HooksToolFn
SetupToolFn