UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

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

9 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetMeSchema = void 0; const zod_1 = require("zod"); /** * Schema for the get_me tool, which takes no parameters */ exports.GetMeSchema = zod_1.z.object({}).strict(); //# sourceMappingURL=schemas.js.map