1.0.15 • Published 7 months ago

@sanketdesaiecanarys/sankets-mcp-server v1.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago