Skip to content

Bug in oci-resource-search-mcp #86

@karthicgit

Description

@karthicgit
  1. mcp tool decorator is missing for the function def search_resources_by_type(compartment_id: str, resource_type: str):
  2. 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}'"
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions