azure-devops-mcp

by RyanCardin15
Verified

vaultIntegration

Integrate with secret vaults

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
secretPathNoPath to the secret in the vault
secretValueNoValue to set (for 'set' action)
vaultUrlYesURL of the vault to integrate with

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "get", "list", "set", "delete" ], "type": "string" }, "secretPath": { "description": "Path to the secret in the vault", "type": "string" }, "secretValue": { "description": "Value to set (for 'set' action)", "type": "string" }, "vaultUrl": { "description": "URL of the vault to integrate with", "type": "string" } }, "required": [ "vaultUrl", "action" ], "type": "object" }

You must be authenticated.

Other Tools