Expand description
Plugin context types.
Provides the execution context for plugin lifecycle and tool invocations.
Combines relevant fields from HookContext (session/user), ToolContext
(workspace), and ScopedKvStore (plugin-scoped storage).
Structsยง
- Plugin
Context - Context provided to a plugin during lifecycle operations (load/unload).
- Plugin
Tool Context - Context provided to a plugin tool during execution.