mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-12-24 09:22:43 +00:00
format
This commit is contained in:
@@ -165,7 +165,7 @@ list all my repositories
|
|||||||
The Gitea MCP Server supports the following tools:
|
The Gitea MCP Server supports the following tools:
|
||||||
|
|
||||||
| Tool | Scope | Description |
|
| Tool | Scope | Description |
|
||||||
| :--------------------------: | :----------: | :------------------------------------------------------: |
|
| :-----------------------------: | :----------: | :------------------------------------------------------: |
|
||||||
| get_my_user_info | User | Get the information of the authenticated user |
|
| get_my_user_info | User | Get the information of the authenticated user |
|
||||||
| get_user_orgs | User | Get organizations associated with the authenticated user |
|
| get_user_orgs | User | Get organizations associated with the authenticated user |
|
||||||
| create_repo | Repository | Create a new repository |
|
| create_repo | Repository | Create a new repository |
|
||||||
@@ -225,7 +225,7 @@ The Gitea MCP Server supports the following tools:
|
|||||||
| delete_org_action_variable | Actions | Delete an organization Actions variable |
|
| delete_org_action_variable | Actions | Delete an organization Actions variable |
|
||||||
| list_repo_action_workflows | Actions | List repository Actions workflows |
|
| list_repo_action_workflows | Actions | List repository Actions workflows |
|
||||||
| get_repo_action_workflow | Actions | Get a repository Actions workflow |
|
| get_repo_action_workflow | Actions | Get a repository Actions workflow |
|
||||||
| dispatch_repo_action_workflow| Actions | Trigger (dispatch) a repository Actions workflow |
|
| dispatch_repo_action_workflow | Actions | Trigger (dispatch) a repository Actions workflow |
|
||||||
| list_repo_action_runs | Actions | List repository Actions runs |
|
| list_repo_action_runs | Actions | List repository Actions runs |
|
||||||
| get_repo_action_run | Actions | Get a repository Actions run |
|
| get_repo_action_run | Actions | Get a repository Actions run |
|
||||||
| cancel_repo_action_run | Actions | Cancel a repository Actions run |
|
| cancel_repo_action_run | Actions | Cancel a repository Actions run |
|
||||||
|
|||||||
Reference in New Issue
Block a user