MCPサーバーの解放
Unleash Feature Toggle システムと統合する Model Context Protocol (MCP) サーバー実装。
概要
このプロジェクトは、モデルコンテキストプロトコル(MCP)を用いて、LLMアプリケーションとUnleash機能フラグシステム間の橋渡しを行います。これにより、AIアプリケーションは以下のことが可能になります。
- Unleashから機能フラグのステータスを確認する
- 機能フラグ情報をLLMに公開する
- 機能フラグを作成する
- 機能フラグの更新
- すべてのプロジェクトを一覧表示する
目次
要件
- Node.js (v18以上)
- TypeScript (v5.0 以上)
- Unleash サーバーインスタンスへのアクセス
インストール
建築
Unleash MCP サーバーは、LLM アプリケーションと Unleash 機能フラグ システム間のブリッジとして機能します。
発達
プロジェクト構造
コーディング標準
- 命名規則:
- ファイル: kebab-case.ts を使用します (例:
feature-flag.ts
) - クラス: PascalCase を使用する (例:
UnleashClient
) - 関数/メソッド: キャメルケースを使用する (例:
getFlagStatus
) - インターフェース/型: PascalCase を使用する (例:
FeatureFlagConfig
)
- ファイル: kebab-case.ts を使用します (例:
- 輸入品:
- ローカルファイルをインポートするときは常に .js 拡張子を含める
- インポートの順序に従う: Node.js 組み込み → 外部依存関係 → ローカルインポート
- デフォルトのエクスポートではなく名前付きエクスポートを使用する
- ドキュメント:
- パブリック関数、クラス、インターフェースには JSDoc コメントを使用する
- 複雑なロジックをインラインコメントで文書化する
建物
テスト
検査
使い方
Claude または Cursor 構成の場合:
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
プロジェクトを支援する
このプロジェクトが役に立つと思ったら、私にコーヒーをご馳走していただけると嬉しいです。
このプロジェクトの開発をサポートするには、上記の QR コードをスキャンするか、ここをクリックしてください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Unleash Feature Toggle システムと統合する Model Context Protocol (MCP) サーバー実装。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides a simple sleep/wait tool, useful for adding delays between operations such as waiting between API calls or testing eventually consistent systems.Last updated -167JavaScript
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- -security-license-qualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2