{
"type": "object",
"required": [],
"properties": {
"sse": {
"type": "boolean",
"default": false,
"description": "Use SSE transport if set to true; otherwise, use stdio transport"
},
"port": {
"type": "number",
"default": 8888,
"description": "Port to run the server on when using SSE transport"
},
"awsRegion": {
"type": "string",
"default": "us-east-1",
"description": "AWS region to use (e.g., us-east-1)"
},
"awsProfile": {
"type": "string",
"default": "default",
"description": "AWS profile to use for authentication. Dummy credentials are provided if using the default profile."
},
"fastmcpLogLevel": {
"type": "string",
"default": "WARNING",
"description": "Log level for the MCP server (e.g., DEBUG, INFO, WARNING, ERROR)"
}
}
}