@@ -100,32 +100,33 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
100100
101101The server provides various tools for interacting with Gitee:
102102
103- | Tool | Category | Description |
104- | -----------------------------| ----------| -------------|
105- | ** list_user_repos** | Repository | List user authorized repositories |
106- | ** get_file_content** | Repository | Get the content of a file in a repository |
107- | ** create_user_repo** | Repository | Create a user repository |
108- | ** create_org_repo** | Repository | Create an organization repository |
109- | ** create_enter_repo** | Repository | Create an enterprise repository |
110- | ** create_release** | Repository | Create a release for a repository |
111- | ** list_releases** | Repository | List repository releases |
112- | ** search_open_source_repositories** | Repository | Search open source repositories on Gitee |
113- | ** list_repo_pulls** | Pull Request | List pull requests in a repository |
114- | ** merge_pull** | Pull Request | Merge a pull request |
115- | ** create_pull** | Pull Request | Create a pull request |
116- | ** update_pull** | Pull Request | Update a pull request |
117- | ** get_pull_detail** | Pull Request | Get details of a pull request |
118- | ** comment_pull** | Pull Request | Comment on a pull request |
119- | ** list_pull_comments** | Pull Request | List all comments for a pull request |
120- | ** create_issue** | Issue | Create an issue |
121- | ** update_issue** | Issue | Update an issue |
122- | ** get_repo_issue_detail** | Issue | Get details of a repository issue |
123- | ** list_repo_issues** | Issue | List repository issues |
124- | ** comment_issue** | Issue | Comment on an issue |
125- | ** list_issue_comments** | Issue | List comments on an issue |
126- | ** get_user_info** | User | Get current authenticated user information |
127- | ** search_users** | User | Search for users |
128- | ** list_user_notifications** | Notification | List user notifications |
103+ | Tool | Category | Description |
104+ | -------------------------------------| ----------| -------------|
105+ | ** list_user_repos** | Repository | List user authorized repositories |
106+ | ** get_file_content** | Repository | Get the content of a file in a repository |
107+ | ** create_user_repo** | Repository | Create a user repository |
108+ | ** create_org_repo** | Repository | Create an organization repository |
109+ | ** create_enter_repo** | Repository | Create an enterprise repository |
110+ | ** fork_repository** | Repository | Fork a repository |
111+ | ** create_release** | Repository | Create a release for a repository |
112+ | ** list_releases** | Repository | List repository releases |
113+ | ** search_open_source_repositories** | Repository | Search open source repositories on Gitee |
114+ | ** list_repo_pulls** | Pull Request | List pull requests in a repository |
115+ | ** merge_pull** | Pull Request | Merge a pull request |
116+ | ** create_pull** | Pull Request | Create a pull request |
117+ | ** update_pull** | Pull Request | Update a pull request |
118+ | ** get_pull_detail** | Pull Request | Get details of a pull request |
119+ | ** comment_pull** | Pull Request | Comment on a pull request |
120+ | ** list_pull_comments** | Pull Request | List all comments for a pull request |
121+ | ** create_issue** | Issue | Create an issue |
122+ | ** update_issue** | Issue | Update an issue |
123+ | ** get_repo_issue_detail** | Issue | Get details of a repository issue |
124+ | ** list_repo_issues** | Issue | List repository issues |
125+ | ** comment_issue** | Issue | Comment on an issue |
126+ | ** list_issue_comments** | Issue | List comments on an issue |
127+ | ** get_user_info** | User | Get current authenticated user information |
128+ | ** search_users** | User | Search for users |
129+ | ** list_user_notifications** | Notification | List user notifications |
129130
130131## Contribution
131132
0 commit comments