You've already forked agentic-coding-workflow
docs(config): example mcp section (default values)
This commit is contained in:
@@ -134,3 +134,12 @@ acp:
|
|||||||
event_truncate_field_bytes: 4096
|
event_truncate_field_bytes: 4096
|
||||||
event_retention_days: 7
|
event_retention_days: 7
|
||||||
shutdown_grace: 30s
|
shutdown_grace: 30s
|
||||||
|
|
||||||
|
# MCP (Model Context Protocol) module configuration
|
||||||
|
mcp:
|
||||||
|
enabled: true
|
||||||
|
public_url: http://localhost:8080/mcp # 注入到 ACP 子进程的 ACW_MCP_URL
|
||||||
|
system_token_ttl: 24h
|
||||||
|
rate_limit:
|
||||||
|
per_token_per_minute: 100
|
||||||
|
global_per_minute: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user