diff --git a/README.md b/README.md index 3f9f999..8b81a18 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,18 @@ sh plugin_repackaging.sh github junjiem/dify-plugin-agent-mcp_sse 0.0.1 agent-mc +#### Local Dify package repackaging + +![local](images/local.png) + +```shell +sh plugin_repackaging.sh local ./db_query.difypkg +``` + +![db_query](images/db_query.png) + + + ### Update Dify platform env Dify平台放开限制 - your .env configuration file: Change `FORCE_VERIFYING_SIGNATURE` to `false` , the Dify platform will allow the installation of all plugins that are not listed in the Dify Marketplace. diff --git a/images/db_query.png b/images/db_query.png new file mode 100644 index 0000000..cb3d390 Binary files /dev/null and b/images/db_query.png differ diff --git a/images/local.png b/images/local.png new file mode 100644 index 0000000..6f16fb2 Binary files /dev/null and b/images/local.png differ