@tiberriver256/mcp-server-azure-devops
Version:
Azure DevOps reference server for the Model Context Protocol (MCP)
14 lines (13 loc) • 459 B
TypeScript
export * from './schemas';
export * from './types';
export * from './list-organizations';
export * from './tool-definitions';
import { RequestIdentifier, RequestHandler } from '../../shared/types/request-handler';
/**
* Checks if the request is for the organizations feature
*/
export declare const isOrganizationsRequest: RequestIdentifier;
/**
* Handles organizations feature requests
*/
export declare const handleOrganizationsRequest: RequestHandler;