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 c4f46d8 commit b160c88Copy full SHA for b160c88
src/oci-limits-mcp-server/oracle/oci_limits_mcp_server/server.py
@@ -284,7 +284,8 @@ def get_resource_availability(
284
if not limit_definition.is_resource_availability_supported:
285
return [
286
{
287
- "message": f"Resource availability not supported for limit '{limit_name}'. Consider calling get_limit_value to get the limit value."
+ "message": f"Resource availability not supported for limit '{limit_name}'. "
288
+ f"Consider calling get_limit_value to get the limit value."
289
}
290
]
291
0 commit comments