Skip to content

Commit bebf3de

Browse files
committed
Give Kotlin shell tools
1 parent 66e8fd9 commit bebf3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples-kotlin/src/main/kotlin/com/embabel/example/AgentShellApplication.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import org.springframework.boot.runApplication
2020
import com.embabel.agent.config.annotation.EnableAgentShell
2121
import com.embabel.agent.config.annotation.EnableAgents
2222
import com.embabel.agent.config.annotation.LoggingThemes
23+
import com.embabel.agent.config.annotation.McpServers
2324

2425
/**
2526
* Spring Boot application that runs Embabel agents in interactive shell mode.
@@ -42,6 +43,7 @@ import com.embabel.agent.config.annotation.LoggingThemes
4243
@EnableAgentShell
4344
@EnableAgents(
4445
loggingTheme = LoggingThemes.STAR_WARS,
46+
mcpServers = [McpServers.DOCKER, McpServers.DOCKER_DESKTOP],
4547
)
4648
class AgentShellApplication
4749

0 commit comments

Comments
 (0)