nascoder-azure-ai-mcp-server
Version:
Professional Azure AI Foundry MCP Server - Developed by Freelancer Nasim with comprehensive testing and security best practices.
16 lines • 434 B
TypeScript
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