Open Issues Need Help
View All on GitHubAI Summary: The task involves refactoring the MCP Router application to better separate synchronous (Flask) and asynchronous (Starlette) operations. This likely involves migrating some Flask routes that utilize asynchronous functions to Starlette to improve performance and avoid the current workaround of running async functions from sync code. The goal is to improve the application's architecture and prevent similar issues in the future.
MCP Router is a Python-based unified gateway for multiple Model Context Protocol (MCP) servers. It provides a web interface for managing servers, intelligent routing with hierarchical tool discovery, and sandboxed execution environments for any programming language.