
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
这是一个符合 MCP (Model Context Protocol) 规范的 Dify Agent 服务器。
git clone [项目地址]
cd dify-mcp
pip install -r requirements.txt
cp .env.example .env
然后编辑 .env 文件,填入你的 Dify API 密钥和 URL。
python main.py
服务将在 http://localhost:8000 启动
/mcp{
"query": "对话内容",
"user": "可选的用户ID"
}
/schema/health在 mcp_settings.json 中的配置示例:
{
"dify-chat": {
"command": "python",
"args": ["main.py"],
"schema": {
"parameters": {
"query": {
"type": "string",
"description": "Dify 对话内容"
},
"user": {
"type": "string",
"description": "用户 ID"
}
},
"required": ["query"]
}
}
}
FAQs
Dify MCP Server
The npm package dify-mcp receives a total of 14 weekly downloads. As such, dify-mcp popularity was classified as not popular.
We found that dify-mcp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.