
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@sheinx/shineout-mcp
Advanced tools
Shineout 组件文档提供器,通过 MCP (Model Context Protocol) 协议为 Claude AI 提供准确的 Shineout 组件使用信息。
让 Claude AI 成为你的 Shineout 开发助手!
npm install -g shineout-mcp
npm install -g shineout-mcp
在 Claude Desktop 的配置文件中添加 MCP 服务器配置:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"shineout": {
"command": "npx",
"args": ["shineout-mcp"],
"env": {}
}
}
}
配置完成后重启 Claude Desktop,你就可以在对话中使用 Shineout 文档功能了!
在 Claude Desktop 中,你可以这样提问:
获取 Button 组件的文档
搜索表单相关的组件
列出所有表单组件
Button 组件有哪些属性?
如何使用 Input 组件?
给我一个 Form 的使用示例
获取指定组件的详细文档和 API 信息。
获取 Button 组件的文档
搜索组件或功能。
搜索表单相关的组件
列出所有可用的组件,可按分类筛选。
列出所有表单组件
获取组件的使用示例。
获取 Form 组件的高级用法示例
# 克隆仓库
git clone <repository-url>
cd packages/shineout-mcp
# 安装依赖
npm install
# 构建项目
npm run build
# 生成组件数据
npm run generate
packages/shineout-mcp/
├── bin/ # 可执行文件
│ └── shineout-mcp.js # MCP 服务器入口
├── src/
│ ├── server/ # MCP 服务器实现
│ ├── tools/ # 工具服务
│ ├── data/ # 组件数据和加载器
│ └── types/ # TypeScript 类型定义
├── scripts/ # 构建和生成脚本
└── dist/ # 编译输出
项目包含脚本来从 Shineout 源码自动提取组件信息:
npm run generate
这将:
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)MIT License
如有问题或建议,请在 GitHub Issues 中提出。
FAQs
Shineout documentation provider for Claude AI via MCP protocol
We found that @sheinx/shineout-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.