Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kaifcoder • Uncategorized
An MCP server exposing a UserService via REST and MCP tools with SSE and JSON-RPC support.
Retrieve user details by user ID via REST or MCP protocols.
Asynchronous communication with an MCP server using SSE and JSON-RPC.
Integration with IDE tools like VS Code Copilot to call user service tools.
This project demonstrates a Spring Boot application that exposes user details through both REST endpoints and Model Context Protocol (MCP) tools. It supports session-based communication using Server-Sent Events (SSE) and JSON-RPC for asynchronous messaging, enabling integration with tools like VS Code Copilot. The server includes full test coverage and is configurable via application.yaml, making it easy to extend and integrate.