mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
docs(agentic-compose): add Go example
This commit is contained in:
@@ -423,6 +423,19 @@ samples:
|
||||
- python
|
||||
- aiml
|
||||
- agentic-ai
|
||||
- title: Langchaingo Brave Search Example - Model Context Protocol (MCP)
|
||||
url: https://github.com/docker/compose-for-agents/tree/main/langchaingo
|
||||
description: >
|
||||
This example demonstrates how to create a Go Model Context Protocol
|
||||
(MCP) client that communicates with the Brave Search MCP Server. The
|
||||
application shows how to build an MCP client that enables natural language
|
||||
interactions with Brave Search, allowing you to perform internet searches
|
||||
through a conversational interface. This example uses the official Go SDK
|
||||
for Model Context Protocol servers and clients, to set up the MCP client.
|
||||
services:
|
||||
- golang
|
||||
- aiml
|
||||
- agentic-ai
|
||||
- title: Spring AI Brave Search Example - Model Context Protocol (MCP)
|
||||
url: https://github.com/docker/compose-for-agents/tree/main/spring-ai
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user