Integrations
Detects and generates appropriate npm commands for installing and updating Starwind UI components in projects using npm as package manager.
Detects and generates appropriate pnpm commands for installing and updating Starwind UI components in projects using pnpm as package manager.
Provides type-safe implementation of tools for working with Starwind UI components in TypeScript projects, with better developer experience and type safety.
Starwind UI MCP サーバー
Starwind UI 用の Model Context Protocol (MCP) サーバーの TypeScript 実装。開発者が Starwind UI コンポーネントを操作するのに役立つツールを提供します。
クイックスタート
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Starwind UI MCP Server を自動的にインストールするには:
IDEをセットアップする
IDEでローカルMCPサーバーを使用するための設定手順はIDEによって異なります。Windsurfの例を以下に示します。
詳細な手順:
MCPとは何ですか?
モデルコンテキストプロトコル(MCP)は、ローカルサーバーを介してAI機能を拡張するためのプロトコルです。この実装は、Starwind UIとの連携時にAIアシスタント機能を強化するためのStarwind UI固有のツールを提供します。MCP自体の詳細については、公式ドキュメントをご覧ください。
特徴
- ツールベースのアーキテクチャ- 新しいツールを簡単に追加できるモジュール設計
- Starwind UI ドキュメント ツール- Starwind UI コンポーネントのドキュメント リンクにアクセスします
- パッケージ マネージャーの検出- 適切なパッケージ マネージャー (npm、yarn、pnpm) を検出して使用します。
- LLM データ フェッチャー- キャッシュとレート制限を使用して LLM の Starwind UI 情報を取得します
- TypeScript 実装- 型安全性と開発者エクスペリエンスを向上させるために TypeScript を使用して構築されています
- 標準 I/O トランスポート- AI アシスタントとの通信に stdio を使用します
利用可能なツール
ツール名 | 説明 |
---|---|
init_project | 新しいStarwind UIプロジェクトを初期化します |
install_component | Starwind UIコンポーネントのインストールコマンドを生成します |
update_component | Starwind UIコンポーネントの更新コマンドを生成します |
get_documentation | Starwind UI コンポーネントとガイドのドキュメント リンクを返します |
fetch_llm_data | starwind.dev から LLM データを取得します (レート制限あり、キャッシュあり) |
get_package_manager | 現在のパッケージマネージャー情報を検出して返します |
発達
このプロジェクトは、開発目的でパッケージマネージャーとしてPNPMを使用するように設定されています。PNPMを使用していない場合は、package.jsonファイルを適切なパッケージマネージャーコマンドで更新する必要があります。
プロジェクト構造
新しいツールの追加
独自のツールをサーバーに追加するには:
src/tools/
ディレクトリに新しいツールファイルを作成するsrc/tools/index.ts
にツールを登録するsrc/config/settings.ts
でツールを有効にするpnpm build
でサーバーを再構築するpnpm start
でサーバーを再起動します。
ライセンス
MIT ライセンス - 詳細については LICENSE ファイルを参照してください。
You must be authenticated.
Tools
開発者が Starwind UI コンポーネントを操作するのに役立つツールを提供するモデル コンテキスト プロトコル サーバーの TypeScript 実装。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.Last updated -11412JavaScriptMIT License
- AsecurityFlicenseAqualityA TypeScript-based template for developing Model Context Protocol servers with features like dependency injection and service-based architecture, facilitating the creation and integration of custom data processing tools.Last updated -12TypeScript
- -securityAlicense-qualityA TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.Last updated -6TypeScriptMIT License
- -securityFlicense-qualityA TypeScript framework for building Model Context Protocol (MCP) servers with automatic discovery and loading of tools, resources, and prompts.Last updated -67TypeScript