Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions data/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down