Sample MCP Server Implementation, How to use it Step 1 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" } } }