Added MCP server support to agents
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: Demo
|
||||
description: An AI agent that demonstrates agent capabilities
|
||||
version: 0.1.0
|
||||
mcp: true
|
||||
mcp_tools:
|
||||
- github
|
||||
- sqlite
|
||||
- git
|
||||
instructions: |
|
||||
You are a AI agent designed to demonstrate agent capabilities.
|
||||
|
||||
@@ -32,4 +37,4 @@ conversation_starters:
|
||||
- How to create an agent?
|
||||
documents:
|
||||
- README.md
|
||||
- https://github.com/sigoden/llm-functions/blob/main/README.md
|
||||
- https://github.com/sigoden/llm-functions/blob/main/README.md
|
||||
|
||||
Reference in New Issue
Block a user