Springing into AI - Part 16: MCP Server - Prompts Playground
Project For a sample playground, we being the owners of Hobbits Inc will be creating pre-defined prompts to aid end users that they can use directly to query with the LLM. Since we do not have our own MCP Client yet, we will be testing the prompt capabilities that we provide using MCP Inspector. An architecture overview of our tools playground is shown below: Setup Our project setup encompasses the following: Java: 17 Spring AI : 1.1.2 Spring Boot: 4.0.3 Testing tool : MCP Inspector Source code: MCP Server ( Prompts ) can be viewed here Project Demo: Youtube ( MCP Server - Prompts ) here Demo Screenshots We have a generic greeting prompt, which is usually good prompt in real world to provide to the end user should they wish to use with LLM. Samp...