v1.0.2
Release v1.0.2
New Features
- Published as an npm package, installable via
npm install -g @lmcc-dev/mult-fetch-mcp-server - Support for direct execution via npx:
npx @lmcc-dev/mult-fetch-mcp-server
Improvements
- Fixed formatting issues in package.json
- Renamed publish script to release to avoid recursive calls
- Improved error handling for proxy connections
Documentation Updates
- Updated installation and usage instructions in README files
- Added comprehensive proxy configuration documentation
- Improved bilingual documentation (English and Chinese)
Installation
# Global installation
npm install -g @lmcc-dev/mult-fetch-mcp-server
# Or run directly with npx
npx @lmcc-dev/mult-fetch-mcp-serverConfiguration with Claude
Add to your Claude desktop configuration file:
{
"mcpServers": {
"mult-fetch-mcp-server": {
"command": "npx",
"args": ["@lmcc-dev/mult-fetch-mcp-server"],
"env": {
"MCP_LANG": "en" // Set to "zh" for Chinese
}
}
}
}
When creating the release on GitHub:
1. Select the tag `v1.0.2` that we just pushed
2. Set the release title to "Release v1.0.2"
3