A comprehensive demonstration of the Model Context Protocol (MCP) using Spring AI with multiple AI providers including OpenAI and Ollama. This project showcases how to build both MCP servers and clients that can route requests to different Large Language Models (LLMs) based on model preferences.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Add expression validation feature to SimpleCalculatorService and update user question in McpClientApplication
6974b5dView on GitHubRemove sequence diagram and clean up README.md formatting
b4e3fc6View on GitHubRefactor calculator service to remove currency conversion functionality and update related documentation
fc3f083View on GitHubUpdate README.md to enhance documentation with key concepts, quick start script, example output, and training exercises
216d4b3View on GitHubImplement code changes to enhance functionality and improve performance
3be0722View on GitHubUpdate Spring Boot version to 3.5.1 and Java version to 21 in POM files
f9ee86fView on GitHubRemove outdated configuration sections and related content from README.md
460a4bdView on GitHubRefactor MCP Sampling project to focus on Calculator functionality, update README, and remove Weather service files
f70ef23View on GitHubRefactor McpServerApplication and replace WeatherService with SimpleCalculatorService
3a76f12View on GitHubFix typo in user question prompt in McpClientApplication.java
f44db45View on GitHubRemove unnecessary semicolon in main method of McpClientApplication.java
8dcdb7eView on GitHubFix formatting and add missing newlines in McpClientApplication.java
9e3b116View on GitHub