You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp tool decorator is missing for the function def search_resources_by_type(compartment_id: str, resource_type: str):
The query used in this function is wrong . It should not have all in the query.
query=(
f"query all {resource_type} "
f"resources where compartmentId = '{compartment_id}'"
)