Springing into AI - Part 16: MCP Server - Prompts Playground
About In MCP Server, server side Prompts refers to the ability of the server providing some pre-configured prompt templates that an end user can choose to use by default to obtain certain type of information. Typical example of this can be providing prompt templates to query for certain type of entity, generic prompt to know about what the tool offers, support prompt that can aid for self help, etc. Project In Hobbits Inc, we will create 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 :...