Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for SSE mode (only applicable when using SSE transport) | 3000 |
| MCP_TRANSPORT | No | Transport mode for MCP server (sse for SSE mode, stdio for standard input/output mode) | stdio |
| DEVOPS_TOOLSETS | No | Comma-separated list of toolsets to enable. Available toolsets: organization-management, code-management, project-management, pipeline-management, packages-management, application-delivery, test-management. If not specified, all tools will be enabled by default. | |
| YUNXIAO_ACCESS_TOKEN | Yes | Your AlibabaCloud Devops (Yunxiao) Personal Access Token. Grant read and write permissions to all APIs under organization management, project collaboration, code management, pipeline management, artifact repository management, application delivery and testing management. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_organization_info | Get information about the current user and organization based on the token. In the absence of an explicitly specified organization ID, this result will take precedence. |
| get_user_organizations | Get the list of organizations the current user belongs to |
| get_current_user | Get information about the current user based on the token. In the absence of an explicitly specified user ID, this result will take precedence. |
| list_organization_departments | Get the list of departments in an organization |
| get_organization_department_info | Get information about a department in an organization |
| get_organization_department_ancestors | Get the ancestors of a department in an organization |
| list_organization_members | list user members in an organization |
| get_organization_member_info | Get information about a member in an organization |
| get_organization_member_info_by_user_id | Get information about a member in an organization by user ID |
| search_organization_members | [Organization Management] Search for organization members |
| list_organization_roles | [Organization Management] List organization roles |
| get_organization_role | [Organization Management] Get information about an organization role |
| create_branch | [Code Management] Create a new branch in a Codeup repository |
| get_branch | [Code Management] Get information about a branch in a Codeup repository |
| delete_branch | [Code Management] Delete a branch from a Codeup repository |
| list_branches | [Code Management] List branches in a Codeup repository |
| get_file_blobs | [Code Management] Get file content from a Codeup repository |
| create_file | [Code Management] Create a new file in a Codeup repository |
| update_file | [Code Management] Update an existing file in a Codeup repository |
| delete_file | [Code Management] Delete a file from a Codeup repository |
| list_files | [Code Management] List file tree from a Codeup repository |
| compare | [Code Management] Query code to compare content |
| get_repository | [Code Management] Get information about a Codeup repository |
| list_repositories | [Code Management] Get the CodeUp Repository List. A Repository serves as a unit for managing source code and is distinct from a Project. Use Case: View my repositories |
| get_change_request | [Code Management] Get information about a change request |
| list_change_requests | [Code Management] List change requests |
| create_change_request | [Code Management] Create a new change request |
| create_change_request_comment | [Code Management] Create a comment on a change request |
| list_change_request_comments | [Code Management] List comments on a change request |
| list_change_request_patch_sets | [Code Management] List patch sets for a change request |
| list_commits | [Code Management] List commits in a Codeup repository |
| get_commit | [Code Management] Get information about a commit |
| create_commit_comment | [Code Management] Create a comment on a commit |
| get_project | [Project Management] Get information about a Yunxiao project |
| search_projects | [Project Management] Search for Yunxiao Project List. A Project is a project management unit that includes work items and sprints, and it is different from a code repository (Repository). Use Cases: Query projects I am involved in Query projects I have created |
| get_sprint | [Project Management] Get information about a sprint |
| list_sprints | [Project Management] List sprints in a project |
| create_sprint | [Project Management] Create a new sprint |
| update_sprint | [Project Management] Update an existing sprint |
| get_work_item | [Project Management] Get information about a work item |
| create_work_item | [Project Management] Create a work item |
| search_workitems | [Project Management] Search work items with various filter conditions |
| get_work_item_types | [Project Management] Get the list of work item types for a project |
| update_work_item | [Project Management] Update a work item |
| list_all_work_item_types | [Project Management] List all work item types in an organization |
| list_work_item_types | [Project Management] List work item types in a project space |
| get_work_item_type | [Project Management] Get details of a specific work item type |
| list_work_item_relation_work_item_types | [Project Management] List work item types that can be related to a specific work item |
| get_work_item_type_field_config | [Project Management] Get field configuration for a specific work item type |
| get_work_item_workflow | [Project Management] Get workflow information for a specific work item type |
| list_work_item_comments | [Project Management] List comments for a specific work item |
| create_work_item_comment | [Project Management] Create a comment for a specific work item |
| list_current_user_effort_records | [Project Management] 获取用户的实际工时明细,结束时间和开始时间的间隔不能大于6个月 |
| list_effort_records | [Project Management] 获取实际工时明细 |
| create_effort_record | [Project Management] 登记实际工时 |
| list_estimated_efforts | [Project Management] 获取预计工时明细 |
| create_estimated_effort | [Project Management] 登记预计工时 |
| update_effort_record | [Project Management] 更新登记实际工时 |
| update_estimated_effort | [Project Management] 更新登记预计工时 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |