mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 12:17:34 +00:00
fix import mcp router
This commit is contained in:
@@ -22,6 +22,10 @@ try:
|
||||
except ImportError as e:
|
||||
verbose_logger.debug(f"MCP module not found: {e}")
|
||||
MCP_AVAILABLE = False
|
||||
router = APIRouter(
|
||||
prefix="/mcp",
|
||||
tags=["mcp"],
|
||||
)
|
||||
|
||||
|
||||
if MCP_AVAILABLE:
|
||||
|
||||
Reference in New Issue
Block a user