Springing into AI - Part 12: MCP Server - Resources Playground
Project For a sample playground, we being the owners of Hobbits Inc will be providing resource based information from our Gen AI application about hobbits. In this dummy playground, we will be showcasing demonstration of static and dynamic resources that we in ideal world would be exposing to the MCP Client or LLM. The static resources will list the resources we expose from our file path. The dynamic resource will provide hobbit requested information, be it their profile description or their mugshot. MCP Inspector will be used as a testing tool for validating our sanity of the project. Some of the other capabilities would also include auto completing. An architecture overview is shown below: Setup Our project setup encompasses of the following setup: Java: 17 Spring AI : 1.1.2 Spring Boot: 4.0.3 Testing tool : MCP Inspector So...