Model Context Protocol (MCP): Integrating Azure OpenAI for Enhanced Tool Integration and Prompting
https://techcommunity.microsoft.com/blog/azure-ai-services-blog/model-context-protocol-mcp-integrating-azure-openai-for-enhanced-tool-integratio/4393788
#MCP
MCP uses a client-server architecture where MCP hosts (AI applications) communicate with MCP servers (data/tool providers).
lets try to implement a MCP client using Azure OpenAI with Chainlit and openai python library.
https://github.com/monuminu/AOAI_Samples/tree/main/mcp_aoai
chainlit