1.0.15 • Published 12 months ago

@sanketdesaiecanarys/sankets-mcp-server v1.0.15

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

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago