Skip to content

Commit bc42c95

Browse files
authored
Add agent name to MCP-Agent configuration
1 parent d548b5b commit bc42c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcp_agent/data/templates/mcp_agent.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Config definition: https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/config.py
33
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
44

5+
name: hello_world_agent
6+
57
# Execution engine: asyncio or temporal
68
# For temporal mode, see: https://github.com/lastmile-ai/mcp-agent/blob/main/examples/temporal/README.md
79
execution_engine: asyncio

0 commit comments

Comments
 (0)