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(Model Context Protocol) 서버.
설치하다
npx -y @daipendency/mcp
사용하여 stdio로 이 MCP 서버를 실행합니다.
API
도구
get_dependency_docs
로컬 프로젝트의 종속성에 대한 내러티브와 API 문서를 추출합니다.
이는 daipendency extract-dep
와 동일합니다.
건축적 결정
Daipendency 자체는 Rust로 구현되어 있지만, 이 프로젝트는 기능이 풍부한 공식 MCP SDK 중 하나를 사용할 수 있도록 TypeScript로 구현되었습니다. 이를 위해 Daipendency에 대한 JS 바인딩을 구현해야 했습니다.