Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 912e815

Browse files
authored
Update README.md
add examples section to the README
1 parent 683cf93 commit 912e815

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ Add the following dependencies to your Maven project:
5353
</dependency>
5454
```
5555

56+
## Example Demos
57+
58+
Explore these MCP examples in the [spring-ai-examples/model-context-protocol](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol) repository:
59+
60+
- [SQLite Simple](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/sqlite/simple) - Demonstrates LLM integration with a database
61+
- [SQLite Chatbot](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/sqlite/chatbot) - Interactive chatbot with SQLite database interaction
62+
- [Filesystem](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/filesystem) - Enables LLM interaction with local filesystem folders and files
63+
- [Brave](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/brave) - Enables natural language interactions with Brave Search, allowing you to perform internet searches.
64+
5665
## Documentation
5766

5867
- [Core Module Documentation](spring-ai-mcp-core/README.md)

0 commit comments

Comments
 (0)