Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RGGH • Uncategorized
An example MCP server and client using SSE transport with a custom add tool integrated with RIG for LLM prompting.
Perform custom tool operations via MCP protocol.
That require SSE-based transport for real-time communication.
Integrate MCP tools with RIG and LLM prompting.
This project demonstrates setting up a Model Context Protocol (MCP) server and client communicating via Server-Sent Events (SSE). It includes a custom tool that adds two numbers and integrates with the RIG agent to prompt large language models. The setup also features a web-based MCP Inspector UI for monitoring and interacting with the MCP communication. This example helps developers understand how to build and extend MCP servers with custom tools and LLM integration.