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
First, thank you for maintaining this great project! While using it, I noticed a common need for dynamic server management. To address this, I’ve implemented a McpClientManager admin interface with FastAPI to provide full API support.
✨ Key Features:
🚀 Dynamic Server Management: Register/unregister servers via RESTful API in real time
🔍 Client State Control: Granular query and management of client status
🧩 Multi-Service Support: Register and manage multiple service instances
🌊 Streaming Adaptation: Added streaming response support for better interaction
Motivation:
Static configuration often requires service restarts in microservices scenarios. This extension improves deployment flexibility and operational efficiency.
Next Steps:
Does this align with the project’s roadmap?
If so, I can:
Submit a well-structured PR
Adjust the design/implementation based on feedback
Provide full documentation and test cases
Looking forward to your thoughts! Let me know if you have any suggestions.
The text was updated successfully, but these errors were encountered:
@lemonit-eric-mao I would be very interested in looking at the code if you don't mind! I am having trouble getting an MCP server operating in a RESTful manner from an EC2 instance so it could be very helpful. As well as needing to be able to wrap it with Auth, etc...
@HarrisonUnifyAI Hello, could you please provide some guidance? Our production environment primarily deploys SSE (Server-Sent Events) model-based programs. The main reason is that we need to dynamically add or remove MCP servers for maintenance in a live environment that cannot afford downtime.
According to the official documentation, the current design requires MCP clients and servers to start simultaneously, and it does not support dynamic registration/unregistration of MCP servers. Could you confirm whether this feature will be supported in future updates?
Hi Team,
First, thank you for maintaining this great project! While using it, I noticed a common need for dynamic server management. To address this, I’ve implemented a McpClientManager admin interface with FastAPI to provide full API support.
✨ Key Features:
🚀 Dynamic Server Management: Register/unregister servers via RESTful API in real time
🔍 Client State Control: Granular query and management of client status
🧩 Multi-Service Support: Register and manage multiple service instances
🌊 Streaming Adaptation: Added streaming response support for better interaction
Motivation:
Static configuration often requires service restarts in microservices scenarios. This extension improves deployment flexibility and operational efficiency.
Next Steps:
Does this align with the project’s roadmap?
If so, I can:
Submit a well-structured PR
Adjust the design/implementation based on feedback
Provide full documentation and test cases
Looking forward to your thoughts! Let me know if you have any suggestions.
The text was updated successfully, but these errors were encountered: