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
独立 MCP 服务器
用于Daipendency 的模型上下文协议 (MCP) 服务器。
安装
使用npx -y @daipendency/mcp
通过 stdio 运行此 MCP 服务器。
API
工具
get_dependency_docs
提取本地项目依赖项的叙述和 API 文档。
这相当于daipendency extract-dep
。
架构决策
虽然 Daipendency 本身是用 Rust 实现的,但这个项目是用 TypeScript 实现的,以便我们可以使用官方功能丰富的 MCP SDK 之一。这需要为 Daipendency 实现 JS 绑定。