Intro to Model Context Protocol (MCP). Learn to build MCP servers and clients with spring-ai and the Python SDK using tools, resources, and prompts. Covers architecture, transport-agnostic messaging, request-response flow, server testing with Inspector, document tools, resource handling, prompts, and practical integration patterns with Claude.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Merge pull request #2 from muhammedfahadt/without-mcp/spring-ai-document-agent
9b374beView on GitHubMerge pull request #1 from muhammedfahadt/without-mcp/spring-ai-document-agent
8802d27View on GitHubSuccesfully Tested the project by Requesting to write about dry principle in coding by creating dry.tx file
6a611a3View on GitHubCreated CliChatRunner.java that implements CommandLineRunner so SpringBoot calls run() automatically after context startup
eb8c824View on GitHubCreated DocumentContextInjector.java for automatic context feature
13f40e0View on GitHubCreated DocumentTools.java that include the Mcp Tools layer , llm use this tools for completing the user request based on the context
3f16167View on GitHubUpdated spring ai dependency in pom.xml for swapping from Openai to Ollama
117e437View on GitHubUpdated Readme.md for clear Understanding for users
aa7984dView on GitHub