UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

Azure DevOps reference server for the Model Context Protocol (MCP)

6 lines (5 loc) 173 B
import { z } from 'zod'; /** * Schema for the get_me tool, which takes no parameters */ export declare const GetMeSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;