This commit is contained in:
jijiahao
2025-11-06 18:50:28 +08:00
parent 971a3e9dce
commit cc543a9d4f

View File

@@ -22,7 +22,7 @@ class MCPServerConfig(InstantiateConfig):
server_name:str = "langserver"
host: str = "6.6.6.78"
host: str = "6.6.6.136"
"""host of server"""
port: int = 50051