Demonstrates a Model Context Protocol (MCP) server for ChatGPT, enabling content discovery and retrieval via `search` and `fetch` tools.
Explore a practical example of a Model Context Protocol (MCP) server designed for integration with ChatGPT and deployment on Wasmer Edge. This demonstration showcases how to build an MCP server that allows ChatGPT to interact with structured data, specifically cupcake orders stored in a local JSON file. It exposes two essential tools: `search` for keyword-based content discovery and `fetch` for retrieving detailed information about specific items, all communicating efficiently via Server-Sent Events (SSE).