Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login | 打开浏览器进行 PingCode 登录(支持飞书等第三方登录)。登录成功后凭证会自动保存。 |
| logout | 退出 PingCode 登录,清除本地保存的凭证。 |
| check_auth | 检查当前 PingCode 登录状态。 |
| get_work_item | 通过 PingCode 工作项编号获取详情。支持格式:#12345、12345、LFY-123 等。 |
| get_release_items | 获取某个发布版本关联的缺陷和需求列表。 |
| search_work_items | 搜索 PingCode 工作项。 |
| list_releases | 列出项目的所有发布版本。用户可以通过此工具查看版本名称和对应的 ID。 |
| list_projects | 列出用户可访问的所有项目。返回项目标识和名称列表。 |
| update_work_item_state | 更新工作项(缺陷/需求/任务)的状态。通过状态名称指定目标状态。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |