@tiberriver256/mcp-server-azure-devops
Version:
Azure DevOps reference server for the Model Context Protocol (MCP)
16 lines (15 loc) • 492 B
TypeScript
export * from './schemas';
export * from './types';
export * from './search-code';
export * from './search-wiki';
export * from './search-work-items';
export * from './tool-definitions';
import { RequestIdentifier, RequestHandler } from '../../shared/types/request-handler';
/**
* Checks if the request is for the search feature
*/
export declare const isSearchRequest: RequestIdentifier;
/**
* Handles search feature requests
*/
export declare const handleSearchRequest: RequestHandler;