01Extensible Architecture: Supports custom management commands and provides a flexible plugin interface for integrating any Python logic.
020 GitHub stars
03Configurable Security Boundaries: Implements security features like allowed paths, blocked commands for shell access, and pre-call validation for tool invocations.
04Dynamic and Static Plugin Loading: Offers both runtime dynamic loading (proxy) and static startup loading (factory) of plugins.
05Runtime Plugin Management API: Provides a FastAPI-based management API for loading, unloading, and reloading plugins.
06Automated Tool Name Prefixing: Prevents tool name collisions by automatically or custom-prefixing tools from different plugins.