@tiberriver256/mcp-server-azure-devops
Version:
Azure DevOps reference server for the Model Context Protocol (MCP)
10 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListOrganizationsSchema = void 0;
const zod_1 = require("zod");
/**
* Schema for the list organizations request
* Note: This is an empty schema because the operation doesn't require any parameters
*/
exports.ListOrganizationsSchema = zod_1.z.object({});
//# sourceMappingURL=schemas.js.map