fix import mcp router
This commit is contained in:
parent
fb3a67ba8d
commit
863fe3a4d2
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user