-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Description
When searching for 'keycloak' in the Terraform Provider Registry via terraform-mcp-server, the top result is a community provider from the user mrparkers rather than the official Keycloak provider. This leads to confusion for users who expect official providers to be prioritized.
Testing plan
- Search for 'keycloak' using the provider search functionality in terraform-mcp-server.
- Observe the returned providers and note that the community provider (mrparkers/keycloak) appears instead of the official Keycloak provider.
Expected Behavior
The search results should prioritize official (and partner) providers over community ones, especially when searching for well-known software such as Keycloak.
Actual Behavior
Currently, the search returns the community provider mrparkers/keycloak as the top result, even when an official Keycloak provider exists in the registry.
Additional Context
This behavior may cause users to unknowingly use unofficial providers, which could have different support or maintenance guarantees. Please consider updating the provider search logic to prefer official and partner providers when available.