Skip to main content
Glama

azure-devops-mcp

getClassMethods.ts243 B
function getClassMethods (classPrototype: object): string[] { const propertyNames = Object.getOwnPropertyNames(classPrototype); return propertyNames.filter(propertyName => propertyName !== 'constructor'); } export default getClassMethods;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server