설명
Daipendency MCP 서버. Daipendency를 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 로컬 프로젝트의 종속성에 대한 문서 추출을 가능하게 합니다.
상세 정보
유형
Dependency Management
Daipendency MCP Server
Model Context Protocol (MCP) server for Daipendency.
Install
Use npx -y @daipendency/mcp
to run this MCP server with stdio.
API
Tools
get_dependency_docs
Extract narrative and API documentation for a dependency of a local project.
This is equivalent to daipendency extract-dep
.
Architectural Decisions
Although Daipendency itself is implemented in Rust, this project is implemented in TypeScript so that we could use one of the official, feature-rich MCP SDKs. This required implementing JS bindings for Daipendency.