Skip to content

Commit a385f79

Browse files
committed
Gemini Doesn't know what MCP stands for.
1 parent 997961e commit a385f79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gemini Rust Suite 🦀
22

3-
This project provides a suite of Rust crates for interacting with Google Gemini models, enabling advanced features like tool usage via the Model Capability Protocol (MCP), persistent semantic memory, and a powerful command-line interface (CLI) for Linux terminals.
3+
This project provides a suite of Rust crates for interacting with Google Gemini models, enabling advanced features like tool usage via the Model Context Protocol (MCP), persistent semantic memory, and a powerful command-line interface (CLI) for Linux terminals.
44

55
## ✨ Table of Contents
66

@@ -58,7 +58,7 @@ The Gemini Rust Suite is a modular project composed of several crates within a C
5858
This suite provides a comprehensive set of features through its components:
5959

6060
* **Core API Access**: Robust, async communication with the Gemini API.
61-
* **Tool Usage (MCP)**: Extend Gemini's capabilities by connecting it to external tools and services via the Model Capability Protocol.
61+
* **Tool Usage (MCP)**: Extend Gemini's capabilities by connecting it to external tools and services via the Model Context Protocol.
6262
* **Persistent Memory**: Equip Gemini with long-term memory using a semantic vector database (LanceDB), enabling context retrieval across sessions.
6363
* **Automatic Prompt Enhancement**: Automatically inject relevant memories into prompts.
6464
* **Auto-Memory Storage**: Automatically capture key information from conversations into the memory store.

0 commit comments

Comments
 (0)