We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbe7e0 commit 4e8bc45Copy full SHA for 4e8bc45
src/mcp_agent/data/templates/mcp_agent.config.yaml
@@ -2,6 +2,8 @@
2
# Config definition: https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/config.py
3
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
4
5
+name: hello_world_agent
6
+
7
# Execution engine: asyncio or temporal
8
# For temporal mode, see: https://github.com/lastmile-ai/mcp-agent/blob/main/examples/temporal/README.md
9
execution_engine: asyncio
0 commit comments