You create an MCP server, but how can you test whether it works as expected? In this blog, you will learn how you can test and debug MCP servers by using MCP Inspector. Enjoy!
Continue reading “Testing MCP Servers with MCP Inspector”Creating an MCP Client with Spring AI
MCP servers extend the functionality of a Large Language Model (LLM). Inference engines allow you to define the MCP servers, but often you will need to write an MCP client yourself. In this blog, you will learn how to do so using Spring AI. Enjoy!
Continue reading “Creating an MCP Client with Spring AI”Creating an MCP Server with Spring AI
In this blog, you will learn how to create a Model Context Protocol (MCP) server using Spring AI. You will see with how little effort you can create your own MCP server. Enjoy!
Continue reading “Creating an MCP Server with Spring AI”Integrating AI with Spring Boot: A Beginner’s Guide
Do you need to integrate artificial intelligence into your Spring Boot application? Spring AI reduces complexity using abstractions you are used to apply within Spring Boot. Let’s dive into the basics in this blog post. Enjoy!
Continue reading “Integrating AI with Spring Boot: A Beginner’s Guide”