Skip to content

v0.0.7post1

Choose a tag to compare

@wangxingjun778 wangxingjun778 released this 15 Apr 11:09

Implementation & Logic Updates

  • Configurable Working Directory for MCP: Add --work-path CLI argument applicable to mcp serve command

  • 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-path argument.

  • 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_CACHE environment variable is consistently set across all transport modes based on the specified work path.

  • Docs Update: Updated documentation to reflect the new --work-path parameter and its usage across supported commands.

What's Changed

Full Changelog: v0.0.7...v0.0.7post1