Skip to content

Releases: tumf/mcp-shell-server

v1.0.3

23 Dec 00:21
Compare
Choose a tag to compare

[1.0.3] - 2024-12-23

Added

  • Interactive shell support for command execution

Changed

  • Improved login shell detection mechanism
  • Enhanced process cleanup on error

Fixed

  • Improved test reliability and coverage
  • Fixed pipeline timeout test cases
  • Improved redirection handling and tests

[1.0.2] - 2024-12-18

18 Dec 09:53
Compare
Choose a tag to compare

Added

  • Input/output redirection support in ShellExecutor
  • Pipeline execution capabilities
  • Process communication timeout handling
  • Directory path validation

Changed

  • Improved process cleanup mechanisms
  • Enhanced test configuration and organization
  • Standardized error handling across the codebase
  • Updated MCP dependency to version 1.1.2

Fixed

  • Proper timeout handling in process communication
  • Edge case handling in shell command execution
  • Warning suppression for cleaner output
  • Pipeline command parsing and execution

Security

  • Enhanced directory permission validation
  • Improved command validation and sanitization