【技术文档摘要】:
# Daipendency MCP Server
用于Daipendency的模型上下文协议(MCP)服务器。
## 安装
使用`npx -y @daipendency/mcp`命令通过标准I/O运行此MCP服务器。
## API
### 工具
#### `get_dependency_docs`
提取本地项目依赖项的叙述性和API文档。
这相当于[`daipendency extract-dep`](https://github.com/daipendency/daipendency#daipendency-extract-dep-extract-the-documentation-of-a-dependency)。
## 架构决策
尽管Daipendency本身是用Rust实现的,
但该项目使用TypeScript实现,以便我们可以使用其中一个功能丰富的官方MCP SDK。
这需要实现[Daipendency的JS绑定](https://github.com/daipendency/daipendency-js)。