Blog Logo
TAGS

Introducing the Model Context Protocol

Today, were open-sourcing the Model Context Protocol (MCP), a new standard for connecting AI assistants to the systems where data lives, including content repositories, business tools, and development...

Read more...

Introduction - Model Context Protocol

Get started with the Model Context Protocol (MCP)MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C p...

Read more...

MCP Azure OpenAI Server Integration with Playwright for Web Automation

A minimal server/client application implementation utilizing the Model Context Protocol (MCP) and Azure OpenAI. The MCP server is built with FastMCP and the client is created by ChatGPT to call the MC...

Read more...

Langchain Model Context Protocol (MCP) Toolkit

Langchain MCP (Model Context Protocol) toolkit provides support for calling the Model Context Protocol in LangChain. By creating a `langchain_mcp.MCPToolkit` with an `mcp.ClientSession`, users can ini...

Read more...