Skip to main content
Glama
stefanskiasan

Azure DevOps MCP Server for Cline

index.ts568 B
import { getBoards } from './get.js'; import { AzureDevOpsConfig } from '../../config/environment.js'; const definitions = [ { name: 'get_boards', description: 'List available boards in the project', inputSchema: { type: 'object', properties: { team: { type: 'string', description: 'Team name (optional)', }, }, }, }, ]; export const boardTools = { initialize: (config: AzureDevOpsConfig) => ({ getBoards: (args: any) => getBoards(args, config), definitions, }), definitions, };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanskiasan/azure-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server