
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@smarthr/design-system-mcp-server
Advanced tools
このプロジェクトは、SmartHR Design System の情報を提供するための Model Context Protocol(MCP)サーバーです。
主に SmartHR Design System のコンポーネント情報にアクセスするためのインターフェースを提供します。MCP クライアントが SmartHR のデザインシステムに関する情報を取得し、適切なコンポーネントの使い方を促します。
getComponentsMeta
すべてのコンポーネントのメタ情報を取得します。
getComponentDetails
特定コンポーネントの詳細情報を取得します。
getScreenImplementationInstruction
画面実装プロセスの各ステップで実行すべき手順を返します。
GitHub の Personal access tokens でトークンを生成し、以下のように設定してください。
{
"mcpServers": {
"SmartHR Design System MCP": {
"command": "npx",
"args": ["-y", "@smarthr/design-system-mcp-server"],
"env": {
"GITHUB_TOKEN": "<YOUR_PERSONAL_ACCESS_TOKEN>"
}
}
}
}
Figma データの取得には対応していません。Framelink Figma MCP サーバー などを合わせて使ってください。
また、実装時に「画面実装指示(getScreenImplementationInstruction
)」を使うと実装精度が上がる可能性があります。
プロンプトで「画面の実装指示に従って実装してください。」などと伝えると機能します。
FAQs
MCP server with SmartHR Design System
We found that @smarthr/design-system-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.