update README.md

This commit is contained in:
junjie.miao
2025-03-17 14:21:26 +08:00
parent 853d04c357
commit bee0ec0f21
4 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,9 @@
sh plugin_repackaging.sh market junjiem mcp_sse 0.0.1
```
![junjiem-mcp_sse](images/junjiem-mcp_sse.png)
#### From the Github downloading and repackaging
@ -20,3 +23,6 @@ sh plugin_repackaging.sh market junjiem mcp_sse 0.0.1
sh plugin_repackaging.sh github https://github.com/junjiem/dify-plugin-agent-mcp_sse 0.0.1 agent-mcp_see.difypkg
```
![langgenius-agent](images/langgenius-agent.png)

BIN
images/junjiem-mcp_sse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
images/langgenius-agent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -62,7 +62,7 @@ repackage(){
cd ./${PLUGIN_ALL_NAME}
pip download -r requirements.txt -d ./wheels --index-url ${PIP_MIRROR_URL}
sed -i '1i\--no-index --find-links=./wheels/' requirements.txt
sed -i '/^wheels\/$/d' .difyignore
sed -i '/^wheels\//d' .difyignore
cd ..
chmod 755 ./dify-plugin-linux-amd64-5g
./dify-plugin-linux-amd64-5g plugin package ./${PLUGIN_ALL_NAME} -o ${PLUGIN_ALL_NAME}-offline.difypkg