Skip to content

Commit fbf8cf2

Browse files
committed
JavaAgentShellApplication needs Docker desktop tools
1 parent be51661 commit fbf8cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples-java/src/main/java/com/embabel/example/JavaAgentShellApplication.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
}
4343
)
4444
@EnableAgents(
45-
loggingTheme = LoggingThemes.SEVERANCE
45+
loggingTheme = LoggingThemes.SEVERANCE,
46+
mcpServers = {McpServers.DOCKER_DESKTOP}
4647
)
4748
public class JavaAgentShellApplication {
4849

0 commit comments

Comments
 (0)