Christian Tzolov
@tzolov.bsky.social
460 followers 140 following 56 posts
Spring AI lead | Spring Framework team at Broadcom
Posts Media Videos Starter Packs
tzolov.bsky.social
Excited to be speaking at @devoxx.com with @chemicl.bsky.social 🎉 We'll be diving into #MCP Java SDK and #SpringAI hands-on, showing you how to build AI apps that actually know what's going on around them.
More details: m.devoxx.com/events/dvbe2...
tzolov.bsky.social
#SpringAI (1.1.0-SNAPSHOT) & MCP Java SDK, makes #MCP Server development a breeze! Inspired by the FastMCP Context, it brings fluent APIs for logging, progress notifications, client elicitation, LLM sampling and more ...💡
@spring-ai.bsky.social
tzolov.bsky.social
At the MCP Dev Summit keynote, David Soria Parra (MCP co-creator) called out the MCP Java SDK - "really really popular"! Grateful to be part of it. Shoutout to @thedsp.bsky.social and the #MCP & @spring-ai.bsky.social communities for building something special together! 💚
tzolov.bsky.social
#MCP Security with #SpringAI
Great contribution by @garnier.wf
garnier.wf
We've released MCP Security for Spring AI - here's the announcement blog post: spring.io/blog/2025/09...

The project lives here: github.com/spring-ai-co...
Try it out, give us feedback, contribute!
Securing MCP Servers with Spring AI
Level up your Java code and explore what Spring can do for you.
spring.io
tzolov.bsky.social
Connect Your #AI to Everything with #SpringAI's new #MCP Boot Starters and Java Annotations.
This intro blog demonstrates building both MCP Servers and Clients, showcasing basic and advanced MCP features 👉
spring.io/blog/2025/09...
@spring-ai.bsky.social
Connect Your AI to Everything: Spring AI's MCP Boot Starters
Level up your Java code and explore what Spring can do for you.
spring.io
tzolov.bsky.social
Excited to present at @ai4devs.bsky.social Amsterdam this Friday, September 19th! I'll be sharing the latest Spring AI and MCP (Model Context Protocol) advancements for Java developers: amsterdam.ai4devs.io/speakers/chr...
Christian Tzolov
Spring AI lead developer, Staff Software Engineer at Broadcom;
amsterdam.ai4devs.io
Reposted by Christian Tzolov
springio.net
🍃 From Single-Shot LLMs to Intelligent Agents: Building Scalable AI Systems with Spring AI and MCP by @tzolov.bsky.social @ Spring I/O 2025

▶️ Video: youtu.be/l38CPjOYsHk

🔗 Slides: 2025.springio.net/slides/from-...

🛠️Repo: github.com/spring-proje... #springio25
From Single-Shot LLMs to Intelligent Agents: Building Scalable AI Systems with Spring AI and MCP
YouTube video by Spring I/O
youtu.be
Reposted by Christian Tzolov
spring-ai.bsky.social
Spring AI 1.1.0-M1 is here! Featuring:
• Comprehensive MCP integration including the support for Streamable HTTP client & server transports
• New MCP annotations framework
• Google GenAI SDK integration
• Anthropic Claude prompt caching and more
spring.io/blog/2025/09...
tzolov.bsky.social
Speaking at @springio.net on May 23 about building Agentic systems with LLMs, Tools & MCP!
Details: 2025.springio.net/sessions/fro...
tzolov.bsky.social
Spring AI 1.0.0-RC1 and MCP Java SDK 0.10.0 just released! 🚀
Check release notes:
- Spring AI: spring.io/blog/2025/05/13/spring-ai-1-0-0-RC1-released
- MCP Java SDK: github.com/modelcontextprotocol/java-sdk/releases/tag/v0.10.0
#SpringAI #MCP
tzolov.bsky.social
Honored to be speaking at #GOSIM AI 2025 in Paris! My talk, "Unifying AI Integration with Model Context Protocol", explores how #MCP can streamline AI model interoperability across platforms:
paris2025.gosim.org/schedule/uni...
@gosimfoundation @SpringAICentral
Unifying AI Integration with Model Context Protocol – GOSIM AI Paris 2025
The Model Context Protocol (MCP) standardizes how AI models interact with external tools and resources through a structured client-server architecture, facilita
paris2025.gosim.org
tzolov.bsky.social
Here's the correct sequence diagram. Unfortunately I can't update the post
tzolov.bsky.social
#SpringAI supports dynamic tool updates via #MCP! Add, remove & modify tools at runtime without restarting your app or server. Build adaptive AI systems that evolve with your needs.
📘 Blog: spring.io/blog/2025/05...
💻 Code: github.com/spring-proje...
Reposted by Christian Tzolov
stephanjanssen.be
Just released a 100% Java GitHub #MCP using #SpringAI @ github.com/stephanj/Git...
You can now chat with your GitHub projects, search project files, commits etc. #Enjoy
tzolov.bsky.social
I’m grateful for the opportunity. It is a great event! Thank you
tzolov.bsky.social
Building AI Agents with Model Context Protocol (MCP) - my @amsterdam.voxxeddays.com talk about how #SpringAI - #MCP standardizes tool integration, resource management, and prompt handling for building AI apps and agents
youtu.be/oSGVQIZxi7s
Building AI Agents with Model Context Protocol: From Specification to Implementation
YouTube video by Devoxx
youtu.be
tzolov.bsky.social
Prompt Engineering in Java: #SpringAI turns Google's Prompt Engineering Guide into code. Implements zero-shot, few-shot, chain-of-thought & more in our new blog post: spring.io/blog/2025/04...

#Java #PromptEngineering #SpringAI
tzolov.bsky.social
Great article by @jamesward.com on defining AI agent tools with simple annotations, connecting to external systems, and deploying on #AWS easily. #SpringAI #MCP components integrate with Amazon Bedrock for powerful AI applications. community.aws/content/2v8A...
Running MCP-Based Agents (Clients & Servers) on AWS
Learn from Java code examples how to run Model Context Protocol (MCP) clients & servers on AWS, using Amazon Bedrock and Amazon ECS.
community.aws
tzolov.bsky.social
Join me at @amsterdam.voxxeddays.com to explore the LLMs to Agents journey with #MCP Java SDK and #SpringAI amsterdam.voxxeddays.com/talk?id=19305
tzolov.bsky.social
🚀 The MCP Java SDK core module provides default STDIO & SSE client/server transports - no external web frameworks needed!

Build MCP clients/servers in plain Java with both Async (Reactor) & Sync APIs. Spring support is optional.

🔗 Minimal deps: central.sonatype.com/artifact/io....
tzolov.bsky.social
The brilliant design for the new session-based architecture is attributed entirely to @chemicl.bsky.social
tzolov.bsky.social
MCP Java SDK 0.8.0 is now available!

✨ New session-based server architecture for concurrent connections
🧠 Sampling support for AI model interactions
📦 OSGi metadata generation support
⚠️ Migration guide: shorturl.at/0SzQJ

#MCP #Java #ModelContextProtocol
java-sdk/migration-0.8.0.md at main · modelcontextprotocol/java-sdk
The official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI - modelcontextprotocol/java-sdk
shorturl.at