13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"mcpServers": {
|
|
"aws-devops-agent": {
|
|
"type": "http",
|
|
"url": "https://connect.aidevops.${DEVOPS_AGENT_REGION:-us-east-1}.api.aws/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${DEVOPS_AGENT_TOKEN}"
|
|
},
|
|
"timeout": 120000
|
|
}
|
|
}
|
|
}
|