UNPKG

@brianveltman/sonatype-mcp

Version:

Model Context Protocol server for Sonatype Nexus Repository Manager

4 lines 257 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { ComponentService } from '../../services/components.js'; export declare function createGetComponentTool(componentService: ComponentService): Tool; //# sourceMappingURL=get-component.d.ts.map