ExMCP.ACP.Client.DefaultHandler (ex_mcp v0.9.0)
View SourceDefault ACP handler that collects events and auto-allows permissions.
Collects all session updates in a list (newest first). Permission requests are auto-approved using the first available option. File access is denied.
Useful for testing and simple use cases. For production, implement
ExMCP.ACP.Client.Handler with custom logic.