UNPKG

mcp-adr-analysis-server

Version:

MCP server for analyzing Architectural Decision Records and project architecture

14 lines 624 B
/** * Validated Pattern by Platform Resource * URI Pattern: adr://validated_pattern/{platform} * * Provides complete validated pattern for a specific platform * including bill of materials, deployment phases, validation checks */ import { URLSearchParams } from 'url'; import { ResourceGenerationResult } from './index.js'; /** * Generate validated pattern by platform resource */ export declare function generateValidatedPatternByPlatformResource(params: Record<string, string>, _searchParams: URLSearchParams): Promise<ResourceGenerationResult>; //# sourceMappingURL=validated-pattern-by-platform-resource.d.ts.map