Skip to content

Commit 61cf331

Browse files
committed
- build: use the same template for all generated code
- normalize: constructor generation
1 parent 2a70486 commit 61cf331

7 files changed

Lines changed: 338 additions & 402 deletions

File tree

modules/jooby-apt/src/main/java/io/jooby/internal/apt/HttpMethod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public enum HttpMethod implements AnnotationSupport {
3838
MCP(
3939
List.of(
4040
"io.jooby.annotation.McpTool",
41+
"io.jooby.annotation.McpCompletion",
4142
"io.jooby.annotation.McpPrompt",
4243
"io.jooby.annotation.McpResource",
4344
"io.jooby.annotation.McpServer"));

0 commit comments

Comments
 (0)