mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 11:26:07 +00:00
fix: delete print function
This commit is contained in:
@@ -182,7 +182,6 @@ class MCPRouterGroup(group.RouterGroup):
|
|||||||
from .....provider.tools.loaders.mcp import RuntimeMCPSession
|
from .....provider.tools.loaders.mcp import RuntimeMCPSession
|
||||||
|
|
||||||
ctx.current_action = f'Testing connection to {server.name}'
|
ctx.current_action = f'Testing connection to {server.name}'
|
||||||
print(server)
|
|
||||||
# 创建临时会话进行测试
|
# 创建临时会话进行测试
|
||||||
session = RuntimeMCPSession(server.name, {
|
session = RuntimeMCPSession(server.name, {
|
||||||
'name': server.name,
|
'name': server.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user