Skip to content

Commit

Permalink
Update MCP examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 26, 2025
1 parent cbb4910 commit 966ef6a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Vector Store Observability for different vector stores:

Integrations with MCP Servers for providing contexts to LLMs.

* **[Brave Search API](https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/model-context-protocol/mcp-brave)**
* **[Brave Search API](https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/mcp/mcp-clients/mcp-brave)**

## 📋 Evaluation

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include 'rag:rag-branching'
include 'rag:rag-sequential:rag-advanced'
include 'rag:rag-sequential:rag-naive'

include 'tools:mcp-brave'
include 'mcp:mcp-clients:mcp-brave'

include 'use-cases:chatbot'
include 'use-cases:question-answering'
Expand Down

0 comments on commit 966ef6a

Please sign in to comment.