UNPKG

@ryancardin/azuredevops-mcp-server

Version:

MCP server for Azure DevOps integration - provides seamless access to work items, repositories, projects, boards, and sprints

8 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getClassMethods(classPrototype) { const propertyNames = Object.getOwnPropertyNames(classPrototype); return propertyNames.filter(propertyName => propertyName !== 'constructor'); } exports.default = getClassMethods; //# sourceMappingURL=getClassMethods.js.map