概要
This application demonstrates how to build a Model Context Protocol (MCP) Server using the Embabel Framework and Spring Boot. It provides AI agents with access to local file system capabilities, enabling them to perform Create, Read, Edit, and Delete (CRUD) operations on files. Utilizing Embabel's `@Export` annotation, Java methods are transformed into accessible AI tools, facilitating real-time communication with agents via an SSE (Server-Sent Events) transport layer.