Metadata-Version: 2.4
Name: kd-search-mcp
Version: 0.1.0
Summary: A FastMCP-based client that searches Kingdee developer resources.
Home-page: https://github.com/yourusername/kd-search-mcp
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT License
Project-URL: Homepage, https://github.com/yourusername/kd-search-mcp
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.21.0
Requires-Dist: httpx>=0.27.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# kd-search-mcp

基于 FastMCP 的金蝶开发者站点搜索工具。使用 `/kd` 命令触发搜索，将返回接口原始数据及标题链接列表，便于在 MCP 客户端中浏览。

## 快速开始

```bash
uv pip install -e .
uv run mcp run kd_search_mcp.main:main
```

在 MCP 客户端输入 `/kd 关键词` 即可发起查询。
