863683348/dsh-feed0

dsh-feed

Cross-ecosystem aggregation base ('聚合的聚合'): syncs the GitHub dsh-plugin topic + npm registry into one open JSON index, queried by model tools, a CLI (dsh-feed), and a minimal stdio MCP server

AI Analysis

核心用于聚合GitHub和npm上的DSH插件数据,提供统一的JSON索引。适合需要通过CLI、模型工具或MCP服务查询DSH插件生态信息的开发者和用户。

Package
dsh-feed
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:863683348/dsh-feed

MCP 配置示例(任意 MCP 客户端)

{ "mcpServers": { "dsh-feed": { "command": "dsh-feed", "args": ["mcp"] } } }