You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Thread Configuration Management: Added functionality to pass num_threads from config.yaml to the model version protobuf.
5
+
6
+
### Changed
7
+
- Docker Entrypoint: Switched to tini as the default entrypoint in Dockerfile templates to improve signal handling and zombie process reaping within runner containers.
8
+
9
+
### Fixed
10
+
- Stdio MCP Server: Refactored the Model Context Protocol (MCP) server to improve logging clarity and remove unused legacy code.
0 commit comments