Build an MCP Client with Spring AI – Step by Step Guide

Build an MCP Client with Spring AI

Build an MCP Client with Spring AI: In the last post, we built an MCP Server with three Jira tools — get open tickets, create ticket, and update ticket status. But a server sitting alone is not useful to anyone. Somebody needs to actually talk to it. That “somebody” is the MCP client, and that’s … Read more

Build an MCP Server with Spring AI – Step by Step

Build an MCP Server with Spring AI

Build an MCP Server with Spring AI : In our last post, we talked about RAG and how it helps your AI model answer questions using your own private data. Today we are moving to another very interesting topic in the Spring AI series — building an MCP Server. I have made a full video … Read more

Build Your First RAG App with Spring AI – Complete Beginner’s Guide

Build Your First RAG App with Spring AI

Build Your First RAG App with Spring AI : If you have played around with any AI chatbot, you must have faced this problem at least once. You ask something specific about your own company, and the chatbot replies with full confidence… but the answer is completely wrong. This is called hallucination, and today we … Read more