Skip to main content
Glama

Azure DevOps MCP Server

index.ts435 B
import { GetWorkItemTool } from './getWorkItem.js'; import { CreateWorkItemTool } from './createWorkItem.js'; import { QueryWorkItemsTool } from './queryWorkItems.js'; export { GetWorkItemTool, CreateWorkItemTool }; /** * Get all work item tools * * @returns Array of work item tools */ export function getWorkItemTools() { return [ new GetWorkItemTool(), new CreateWorkItemTool(), new QueryWorkItemsTool(), ]; }

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/kevinmeyvaert/azure-devops-mcp'

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