UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

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

7 lines (6 loc) 258 B
import { z } from 'zod'; /** * Schema for the list organizations request * Note: This is an empty schema because the operation doesn't require any parameters */ export declare const ListOrganizationsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;