UNPKG

nascoder-azure-ai-mcp

Version:

Professional Azure AI Foundry MCP Server with comprehensive Azure AI services integration, intelligent routing, and advanced capabilities for AI assistants.

16 lines 434 B
#!/usr/bin/env node declare class NascoderAzureAIFoundryMCPServer { private server; private azureClient; private discovery; private intentAnalyzer; private tools; constructor(); private validateEnvironment; initialize(): Promise<void>; private setupHandlers; private zodToJsonSchema; start(): Promise<void>; } export { NascoderAzureAIFoundryMCPServer }; //# sourceMappingURL=server.d.ts.map