Examples
Complete walkthroughs for common plugin patterns:
- Request logger — main-only plugin that logs HTTP traffic to the terminal
- Request audit tab — read-only request editor tab
- Solarized theme — theme plugin via
registerThemeor JSONimport(no JavaScript) - Import handler — File → Import handler with preview UI
- MCP client server — register a remote MCP endpoint for Harbor's chat agent
- Sidebar replacement tree — replace Collections with a custom tree, host context menus, and reorder/move
See harborclient-plugin-skeleton for a starter project with renderer and main entries.
