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. 8. 17.

설치

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

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

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