You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if an external plugin is provided in the plugin config but not available/reachable, this will cause the plugin manager and thus the plugin adapter to crash.
Steps To Reproduce
Update the plugin config to utilize an external plugin such as
Make the plugin service unavailable (delete service or just not deploy it yet)
See a log such as the following in the crashing adapter
RuntimeError: Plugin initialization failed: NemoCheck - External plugin 'NemoCheck' connection failed after 3 attempts: http://nemocheck-plugin-service:8000/mcp is not reachable. Please ensure the MCP server is running.
Expected Behavior
Provide a warning for unavailable external plugins but do not crash the adapter based on unavailability
Describe the bug
Currently if an external plugin is provided in the plugin config but not available/reachable, this will cause the plugin manager and thus the plugin adapter to crash.
Steps To Reproduce
Expected Behavior
Provide a warning for unavailable external plugins but do not crash the adapter based on unavailability
Additional Context
No response