Skip to content

Commit d178364

Browse files
committed
add MCP feature
1 parent 38bce45 commit d178364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This allows AI models (such as Google's Vertex AI Gemini) to intelligently inter
2222
4. **Simplified JSON Schema:** Define function parameters and responses with a much more concise and readable syntax compared to standard library methods.
2323
5. **Simple Agent Implementation:** Easily define and register functions ("Tools") within a `polaris` agent to interact with local files, APIs, or system commands.
2424
6. **Vertex AI Gemini Focused:** Optimized for seamless integration and interaction with Vertex AI **Gemini** models for orchestrating function calls.
25-
7. **Support MCP(Experimental):** Tools can be integrated with MCP (see `_example/mcp-tool`)
25+
7. **Support MCP** (Experimental): Tools can be integrated with MCP (see `_example/mcp-tool`)
2626

2727
## Installation
2828

0 commit comments

Comments
 (0)