v0.0.7post1
Implementation & Logic Updates
-
Configurable Working Directory for MCP: Add
--work-pathCLI argument applicable tomcp servecommand -
Custom Resource Pathing: Allows users to specify a custom directory for storing environment variables, cache files, and history logs.
-
CLI Argument Parsing: Simplified the logic for parsing the new
--work-pathargument. -
Dynamic Configuration Generation: Updated configuration file generation to dynamically populate the actual work path instead of using static placeholders.
-
Environment Variable Consistency: Ensured the
MODELSCOPE_CACHEenvironment variable is consistently set across all transport modes based on the specified work path. -
Docs Update: Updated documentation to reflect the new
--work-pathparameter and its usage across supported commands.
What's Changed
- [Fix] Hotfix mcp work path by @wangxingjun778 in #161
Full Changelog: v0.0.7...v0.0.7post1