Martin Kouba
@martunek.bsky.social
📤 62
📥 32
📝 21
🍂 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/...
loading . . .
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...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.6.0
9 days ago
0
5
2
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/...
loading . . .
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 ...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.5.0
about 1 month ago
0
5
5
☀️ A new summer release of
#quarkus
MCP server is out - 1.4.0 with "McpAssured" testing API, cancellations of of in-progress requests, subsidiary SSE streams for streamable transport, and more:
github.com/quarkiverse/...
loading . . .
Release 1.4.0 · quarkiverse/quarkus-mcp-server
What's Changed build(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.25 to 2.2.33 by @dependabot[bot] in #303 build(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.33 to 2....
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.4.0
3 months ago
2
7
5
📢 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/...
loading . . .
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...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.3.0
4 months ago
0
3
3
💡 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.
4 months ago
0
1
1
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.
4 months ago
1
4
1
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/...
loading . . .
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...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.2.0
4 months ago
1
12
8
#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
6 months ago
0
8
6
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!
loading . . .
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
https://github.com/quarkiverse/quarkus-mcp-server/milestone/9
6 months ago
0
10
6
reposted by
Martin Kouba
Antonio Goncalves
7 months ago
The
@quarkus.io
team is amazing. They've developed an MCP Server extension. It took me half a day to write a not-so-trivial MCP Server and expose it to a
@langchain4j.dev
client. Really good stuff
#Bravo
github.com/quarkiverse/...
loading . . .
GitHub - quarkiverse/quarkus-mcp-server: This extension enables developers to implement the MCP server features easily.
This extension enables developers to implement the MCP server features easily. - quarkiverse/quarkus-mcp-server
https://github.com/quarkiverse/quarkus-mcp-server
1
31
9
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!
loading . . .
7 months ago
0
6
7
reposted by
Martin Kouba
Guillaume Smet
7 months ago
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!
2
28
13
#quarkus
MCP server 1.0.0.Beta3 is out! With pagination support, stdio-sse-proxy dev tool and resource subscriptions...
github.com/quarkiverse/...
loading . . .
Release 1.0.0.Beta3 · quarkiverse/quarkus-mcp-server
What's Changed Fix small type in index.adoc by @geoand in #112 Add pagination support by @mkouba in #113 Upgrade Quarkus to 3.18.3 by @mkouba in #114 Add stdio-sse-proxy dev tool by @mkouba in #11...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.0.0.Beta3
7 months ago
0
9
2
reposted by
Martin Kouba
Geoffrey De Smet
8 months ago
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...
loading . . .
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.
https://timefold.ai/blog/how-i-built-an-ai-company-to-save-my-open-source-project
3
43
15
reposted by
Martin Kouba
Guillaume Smet
8 months ago
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. 🧵
1
12
6
After a few more alphas, we decided to release
#quarkus
MCP server 1.0.0.Beta1 yesterday, yay!
github.com/quarkiverse/...
loading . . .
Release 1.0.0.Beta1 · quarkiverse/quarkus-mcp-server
What's Changed Bump quarkus.version from 3.17.7 to 3.17.8 by @dependabot in #87 Improve the README of the sample by @geoand in #89 core: introduce API to encode return values as response objects b...
https://github.com/quarkiverse/quarkus-mcp-server/releases/tag/1.0.0.Beta1
8 months ago
0
9
4
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!
9 months ago
0
10
5
reposted by
Martin Kouba
Andy Damevin
9 months ago
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
loading . . .
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.
https://pages.quarkiverse.io/quarkus-roq/posts/easily-generate-a-sitemap-xml-for-your-site-with-roq/
0
1
1
reposted by
Martin Kouba
Max Rydahl Andersen
9 months ago
Wrote about how to use Java to write a Model Context Provider and use it from Claude Desktop, LangChain4j and other MCP compatible clients.
loading . . .
Implementing a MCP server in Quarkus
Quarkus: Supersonic Subatomic Java
https://buff.ly/40zcNxV
0
7
3
We have just released quarkus-mcp-server 1.0.0.Alpha1, a
#quarkiverse
extension to build MCP servers for your
#AI
apps. With declarative API and
#quarkus
joy!
github.com/quarkiverse/...
loading . . .
GitHub - quarkiverse/quarkus-mcp-server: This extension enables developers to implement the MCP server features easily.
This extension enables developers to implement the MCP server features easily. - quarkiverse/quarkus-mcp-server
https://github.com/quarkiverse/quarkus-mcp-server
10 months ago
2
6
4
Yay! My latest blog post about Quarkus and Raspberry Pi is out:
quarkus.io/blog/quarkus...
loading . . .
Quarkus and Raspberry Pi - this time on bare metal
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/quarkus-rpi-bare-metal/
10 months ago
0
10
9
you reached the end!!
feeds!
log in