Skip to content

Commit 97ce1f5

Browse files
Merge pull request #23129 from mdelapenya/agent-compose-go
docs(agentic-compose): add Go example
2 parents fad8c0e + 0e4830b commit 97ce1f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/samples.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,19 @@ samples:
423423
- python
424424
- aiml
425425
- agentic-ai
426+
- title: Langchaingo Brave Search Example - Model Context Protocol (MCP)
427+
url: https://github.com/docker/compose-for-agents/tree/main/langchaingo
428+
description: >
429+
This example demonstrates how to create a Go Model Context Protocol
430+
(MCP) client that communicates with the Brave Search MCP Server. The
431+
application shows how to build an MCP client that enables natural language
432+
interactions with Brave Search, allowing you to perform internet searches
433+
through a conversational interface. This example uses the official Go SDK
434+
for Model Context Protocol servers and clients, to set up the MCP client.
435+
services:
436+
- golang
437+
- aiml
438+
- agentic-ai
426439
- title: Spring AI Brave Search Example - Model Context Protocol (MCP)
427440
url: https://github.com/docker/compose-for-agents/tree/main/spring-ai
428441
description: >

0 commit comments

Comments
 (0)