Commit 61681be
LittleCoinCoin
feat: add decorator registration for new MCP host configs
Update module initialization to expose new MCP host configuration
components and trigger automatic decorator-based strategy registration.
Changes:
- Import and expose MCPServerConfig, MCPHostType, and core models
- Import and expose MCPHostRegistry and MCPHostConfigurationManager
- Import strategies module to trigger @register_host_strategy decorators
- Provide comprehensive public API for MCP host configuration functionality
The import of strategies module ensures all host strategies are automatically
registered with the MCPHostRegistry when the package is imported, following
the established decorator pattern for automatic component discovery.1 parent 1e8d95b commit 61681be
1 file changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments