@claude
The MCP server has been published to PyPI with version (source: MCPs).
Please update the Dify plugin at plugins//:
- Check if
plugins// exists
- Review the MCP server changelog for any new tools or breaking changes
- Update the plugin version in
plugins//manifest.yaml (both version and meta.version fields)
- If there are new tools added in the MCP server, add corresponding tool YAML definitions in
plugins//tools/
- Run a quick sanity check that all YAML files are valid
- Create a PR with the changes
Note: The plugin code in plugins// calls api.acedata.cloud directly (not the MCP server). Focus on version bumps and any new tool definitions that match new MCP capabilities.
@claude
The MCP server
has been published to PyPI with version(source:MCPs).Please update the Dify plugin at
plugins//:plugins//existsplugins//manifest.yaml(bothversionandmeta.versionfields)plugins//tools/Note: The plugin code in
plugins//callsapi.acedata.clouddirectly (not the MCP server). Focus on version bumps and any new tool definitions that match new MCP capabilities.