mcp-spring-server-samples
3.2
If you are the rightful owner of mcp-spring-server-samples and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This document provides a structured overview of a sample Model Context Protocol (MCP) server implementation, including its features, tools, resources, and usage with different platforms.
Sample MCP Server Implementation, How to use it
Just run as spring application and add the following configuraiton into the .vscode/mcp.json
{
"servers": {
"my-local-service": {
"type": "sse",
"url": "http://localhost:8081/sse"
}
}
}