mcp
Installation
SKILL.md
MCP Skill
Guides implementation of MCP server tools and SSE transport configuration for this Spring Boot 3 project. Tools are defined in src/main/java/com/example/api/mcp/ using MCP Java SDK 0.9.0 and wired into Spring WebMVC via McpConfig.java. Each tool delegates directly to a service method so REST, GraphQL, and MCP surfaces share identical business logic.
Quick Start
Add a new MCP tool by appending a SyncToolSpecification factory method to ItemMcpTools.all():