mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 10:13:31 +00:00
chore(deps): update & add Makefile
This commit is contained in:
@@ -60,10 +60,8 @@ def main():
|
||||
else:
|
||||
import uvicorn
|
||||
|
||||
from .server import app
|
||||
|
||||
uvicorn.run(
|
||||
app,
|
||||
f"{__module_name__}.server:app",
|
||||
host=args.host,
|
||||
port=args.port,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user