azure-devops-mcp

by RyanCardin15
Verified

createRepository

Create a new repository

Input Schema

NameRequiredDescriptionDefault
nameYesName of the repository
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the repository", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "name", "projectId" ], "type": "object" }

You must be authenticated.

Other Tools