We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6035a commit da60e38Copy full SHA for da60e38
MCPForUnity/UnityMcpServer~/src/config.py
@@ -16,7 +16,6 @@ class ServerConfig:
16
mcp_port: int = 6500
17
18
# Connection settings
19
- # short initial timeout; retries use shorter timeouts
20
connection_timeout: float = 30.0
21
buffer_size: int = 16 * 1024 * 1024 # 16MB buffer
22
# Framed receive behavior
0 commit comments