v3.0.5

ravitemer/mcp-hubv3.0.5Apr 21, 2025by ravitemer

AI Summary

Added environment variable expansion for command-line arguments starting with $.

Key Highlights

  • Env var expansion in args

New Features

  • Replaces $ENV_VAR with actual value
  • Documentation note on ENV_VAR usage

Full Release Notes

### Added
- replaces args that start with `$` like `$ENV_VAR` with actual env var value.
- Need to mention ENV_VAR in the "env" field in server config to avoid any side-effects