mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🐛 修復 fastapi 版本問題
This commit is contained in:
parent
5150617abb
commit
c3a49695e7
@ -158,7 +158,7 @@ else:
|
||||
# 預設使用 INFO 等級
|
||||
fastmcp_settings["log_level"] = "INFO"
|
||||
|
||||
mcp: Any = FastMCP(SERVER_NAME, version=__version__)
|
||||
mcp: Any = FastMCP(SERVER_NAME)
|
||||
|
||||
|
||||
# ===== 工具函數 =====
|
||||
|
Loading…
x
Reference in New Issue
Block a user