Martin Kouba
@martunek.bsky.social
62 followers 32 following 21 posts
Posts Media Videos Starter Packs
martunek.bsky.social
🍂 A new #quarkus MCP server has fallen from the tree (metaphorically speaking) - 1.6.0 with Hibernate Validator integration, McpException moved to the public API, fixes around basic auth in McpAssured, and more: github.com/quarkiverse/...
Release 1.6.0 · quarkiverse/quarkus-mcp-server
What's Changed build(deps-dev): bump dev.langchain4j:langchain4j-core from 1.3.0 to 1.4.0 by @dependabot[bot] in #388 Update version in samples by @mkouba in #390 build(deps): bump quarkus.version...
github.com
martunek.bsky.social
Summer is almost over, but before fall🍃comes, version 1.5.0 of #quarkus MCP server arrives: with 2025-06-18 spec features including structured tool output, resource links and elicitation, but also RawMessage API and bugfixes: github.com/quarkiverse/...
Release 1.5.0 · quarkiverse/quarkus-mcp-server
What's Changed McpAssured: set the baseUri automatically in a Quarkus test by @mkouba in #338 core: validate argument annotations by @mkouba in #346 cancellations: add support to programmatic API ...
github.com
martunek.bsky.social
⛱️📣 In #quarkus MCP server 1.4.1 the base URI for McpAssured is set automatically in a Quarkus test, cancellations support was added to programmatic API, and validation of mixed argument annotations was improved: github.com/quarkiverse/...
Release 1.4.1 · quarkiverse/quarkus-mcp-server
What's Changed McpAssured: set the baseUri automatically in a Quarkus test by @mkouba in #339 core: validate argument annotations by @mkouba in #347 cancellations: add support to programmatic API ...
github.com
martunek.bsky.social
📢 And it's here... #quarkus MCP server 1.3.0 with InitialCheck API, multiple server configurations in one application, Tool annotations and improved JSON schema generation, timeouts for connection, roots and sampling, and more! github.com/quarkiverse/...
Release 1.3.0 · quarkiverse/quarkus-mcp-server
What's Changed Update github actions: update OS matrix, separate native build by @mkouba in #267 samples: update MCP server version, add CI build by @mkouba in #269 docs: streamable HTTP - add a n...
github.com
martunek.bsky.social
💡 03 for #quarkus extension devs: if you build a native image and wonder what's registered by Quarkus for reflection, take a look at: target/quarkus-app/quarkus/generated-bytecode.jar!META-INF/native-image/reflect-config.json 👀. That's all, thanks for your attention.
martunek.bsky.social
💡 02 for #quarkus devs: with io.quarkus.runtime.LaunchMode.current() you can detect the current launch profile. TEST is activated when running tests. DEVELOPMENT is activated in development mode (i.e. quarkus:dev). And NORMAL stands for normal production. That's all, thanks for your attention.
martunek.bsky.social
01 for Quarkus devs: with io.quarkus.runtime.ImageMode#current() you can detect the current execution mode. You get JVM if app is running in a standard JVM. NATIVE_BUILD if a native image is being built. And NATIVE_RUN if a native image is running. That's all, thanks for your attention.
martunek.bsky.social
We've just released #quarkus MCP server 1.2.0 with initial support for "streamable HTTP" transport, default values for ToolArg/PrompArg annotations, feature filters, and other bugfixes and minor improvements... ☕ github.com/quarkiverse/...
Release 1.2.0 · quarkiverse/quarkus-mcp-server
What's Changed devui: add input field for bearerToken header by @mkouba in #220 Add secure-http-server demo by @sberyozkin in #199 docs: add sberyozkin as a contributor for example by @allcontribu...
github.com
martunek.bsky.social
#quarkus MCP server 1.1.0 is out! With progress, roots and sampling APIs... ⚡https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.1.0
martunek.bsky.social
Sooo, we've just released the @quarkus.io MCP server 1.0.0 🎉. The main branch is now 1.1 and we already have a couple of new features for this milestone: client sampling, Dev UI improvements and CLI adapter github.com/quarkiverse/.... We also started to look into the new spec version. Stay tuned!
1.1.0 Milestone · quarkiverse/quarkus-mcp-server
This extension enables developers to implement the MCP server features easily. - 1.1.0 Milestone · quarkiverse/quarkus-mcp-server
github.com
martunek.bsky.social
We've added an initial Dev UI support to #quarkus MCP server 1.0.0.Beta5 - there's no need to start a separate MCP client to test your features!
Reposted by Martin Kouba
gsmet.bsky.social
Believe it or not, the next release of Quarkus will be the 365th release since Quarkus became a thing, 6 years ago. It will be one year of release days! I released the large majority of them but this will change a bit with @janmartiska.bsky.social taking the responsibility for some LTS streams!
Reposted by Martin Kouba
geoffreydesmet.bsky.social
How I built an AI company to save my open source project

On this day, 3 years ago, my world fell apart. It was a Thursday. I just finished my second meeting that morning, looked at my inbox and realized it was over. My life’s work was over.

Read more:
timefold.ai/blog/how-i-b...
How I built an AI company to save my open source project
The story of Timefold: how we turned a doomed open source project into a fast-growing PlanningAI company.
timefold.ai
Reposted by Martin Kouba
gsmet.bsky.social
For Quarkus, we often ask for simple reproducers when users report an issue. It might seem like wasted time for you but it's not. It happens often that the information is not enough to reproduce the issue and trying to guess how we can trigger the error is a massive waste of time on our time. 🧵
martunek.bsky.social
Another week passed, another #quarkus MCP server Alpha release is out! 🚀 What's inside 1.0.0.Alpha3: resource templates, prompt complete, client logging, traffic logging for stdio, bugfixes... Take a look, give it a try, contribute!
Reposted by Martin Kouba
ia3andy.bsky.social
Sure, every SSG can generate a sitemap.xml… but have you tried doing it with Roq? 😉 It’s clean, simple, and just feels right. Give it a shot and see why Roq might be your next favorite! 🗺️

pages.quarkiverse.io/quarkus-roq/...
@quarkus.io #SSG #DevLife
Easily Generate a `sitemap.xml` for Your Site with Roq
Learn how to quickly set up and customize a sitemap.xml for your site using the Roq plugin.
pages.quarkiverse.io
Reposted by Martin Kouba
maxandersen.xam.dk
Wrote about how to use Java to write a Model Context Provider and use it from Claude Desktop, LangChain4j and other MCP compatible clients.
Implementing a MCP server in Quarkus
Quarkus: Supersonic Subatomic Java
buff.ly
martunek.bsky.social
And quarkus-mcp-server 1.0.0.Alpha2 is out! With initial stdio transport support and a few bugfixes...