local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
The server integrates with Daipendency, which is hosted on GitHub and provides documentation extraction capabilities
Daipendency itself is implemented in Rust, though the MCP server uses TypeScript with JS bindings for Daipendency
The Daipendency MCP server is implemented in TypeScript to leverage the official MCP SDKs
Daipendency MCP サーバー
Daipendency用のモデル コンテキスト プロトコル (MCP) サーバー。
インストール
この MCP サーバーを stdio で実行するにはnpx -y @daipendency/mcp
を使用します。
API
ツール
get_dependency_docs
ローカル プロジェクトの依存関係に関する説明と API ドキュメントを抽出します。
これはdaipendency extract-dep
と同等です。
アーキテクチャ上の決定
Daipendency 自体はRustで実装されていますが、このプロジェクトは機能豊富な公式MCP SDKの1つを使用できるようにTypeScriptで実装されています。そのため、 Daipendency 用のJSバインディングを実装する必要がありました。
You must be authenticated.
依存関係の正確なバージョンに関する説明と API ドキュメントを取得します。(現時点では Rust のみがサポートされています。)