mcp-forge/docs
Hans Aschauer 7d9efc5a38 feat: Implement session management and secure container lifecycle management
- Added session management for stateful execution in `sessions.py`, including session creation, state documentation, and cleanup of idle sessions.
- Introduced `SecureContainerManager` in `containers.py` for managing container lifecycle with security enforcement, including creation, starting, stopping, and removal of containers.
- Updated server initialization to use the new session manager.
- Enhanced container configuration to skip resource limits for very high values, indicating no enforcement.
- Improved logging capabilities for container operations in the audit logger.
- Refactored Jupyter backend to integrate with the new session management and resource limits handling.
2026-03-04 22:54:56 +01:00
..
architecture1.md Implement real Jupyter backend with jupyter-client 2026-02-07 08:06:44 +01:00
architecture2.md feat: Implement session management and secure container lifecycle management 2026-03-04 22:54:56 +01:00
development-methodology.md initial commit after one day coding agent session 2026-02-07 07:45:57 +01:00
HTTP_TRANSPORT.md initial commit after one day coding agent session 2026-02-07 07:45:57 +01:00
JUPYTER_IMPLEMENTATION_STATUS.md Update status: container image complete 2026-02-07 08:34:38 +01:00
todo.md Implement real Jupyter backend with jupyter-client 2026-02-07 08:06:44 +01:00