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 分析

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

パッケージ
dsh-feed
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

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

ドキュメント

README 全文を読む ↗

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

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