Smithery

servers.repo.update

Create or update the GitHub repository connection. Idempotent — updates if a connection already exists.

Remote smithery

Other tools also called servers.repo.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "branch": {
      "type": "string",
      "description": "body parameter"
    },
    "repoName": {
      "type": "string",
      "description": "body parameter"
    },
    "repoOwner": {
      "type": "string",
      "description": "body parameter"
    },
    "autoDeploy": {
      "type": "string",
      "description": "body parameter"
    },
    "baseDirectory": {
      "type": "string",
      "description": "body parameter"
    },
    "qualifiedName": {
      "type": "string",
      "description": "path parameter"
    }
  }
}