mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-05-17 11:55:34 +00:00
chore: update deps
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
from ..app import MCP_MAP
|
||||
from ..models.helpers import ArgumentsRequest
|
||||
from mcp_template_python.app import MCP_MAP
|
||||
from mcp_template_python.models.helpers import ArgumentsRequest
|
||||
|
||||
router = APIRouter(prefix="/v1", tags=["helpers"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user