Skip to content

Commit 6490513

Browse files
committed
doc: add note on main features
1 parent bb61e3d commit 6490513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fun main(args: Array<String>) {
5959
* **Execution Options:** Choose between <<core-execution-model, Event Loop or worker threads>>.
6060
* **Reactive Ready:** Support for <<core-responses, reactive responses>> (CompletableFuture, RxJava, Reactor, Mutiny, and Kotlin Coroutines).
6161
* **Server Choice:** Run on https://www.eclipse.org/jetty[Jetty], https://netty.io[Netty], https://vertx.io[Vert.x], or http://undertow.io[Undertow].
62+
* **AI Ready:** Seamlessly expose your application's data and functions to Large Language Models (LLMs) using the first-class link:modules/mcp[Model Context Protocol (MCP)] module.
6263
* **Extensible:** Scale to a full-stack framework using extensions and link:modules[modules].
6364

6465
[TIP]

0 commit comments

Comments
 (0)