UNPKG

azureai-optimizer

Version:

AI-Powered Azure Infrastructure Optimization via Model Context Protocol

7 lines 190 B
/** * AzureAI Optimizer MCP Server * Main entry point for the Model Context Protocol server */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map