1.0.15 • Published 1 year ago

@sanketdesaiecanarys/sankets-mcp-server v1.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

SanketsMCPServer

This is a Model Context Protocol (MCP) server for Azure DevOps, designed to be started via npx and configured with environment variables. It listens for the command create_pipeline and creates a pipeline in the configured Azure DevOps organization and project.

Usage

  1. Install and start the server:

    npx -y @sanketdesaiecanarys/SanketsMCPServer
  2. Configure the following environment variables:

    • AZURE_DEVOPS_ORG_URL: The URL of your Azure DevOps organization (e.g., https://dev.azure.com/your-organization)
    • AZURE_DEVOPS_AUTH_METHOD: Authentication method (e.g., azure-identity)
    • AZURE_DEVOPS_DEFAULT_PROJECT: Default project name
    • AZURE_DEVOPS_PERSONAL_ACCESS_TOKEN: Your Azure DevOps Personal Access Token
  3. When the server is running, send the command create_pipeline to automatically create a pipeline in the configured Azure DevOps organization and project.

Development

  • The server is implemented in Node.js and uses the Azure DevOps REST API.
  • To publish as an npm package, use the name @sanketdesaiecanarys/SanketsMCPServer.

More Info

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago