Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PROJECT | No | 默认项目名称 | |
CODING_TOKEN | Yes | CODING Personal Access Token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_issues | 查询我最近更新的工作项,可以根据其中IssueType查询,默认查询limit为20条 |
create_issue | 创建新的工作项 |
delete_issue | 删除工作项 |
delete_project | 删除 CODING DevOps 中的指定项目 |
list_projects | 查询当前用户在 CODING DevOps 中的项目列表 |
create_project | 在 CODING DevOps 中创建新项目 |