Skip to content

Conversation

@rabi
Copy link
Contributor

@rabi rabi commented Jan 16, 2026

Summary

Several methods were performing direct lookups without normalizing input names, while add_extension and remove_extension normalize names. This inconsistency causes lookups to fail when the input name format differs from the stored (normalized) name.

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

Several methods were performing direct lookups without normalizing input names,
while add_extension and remove_extension normalize names. This inconsistency
causes lookups to fail when the input name format differs from the stored
(normalized) name.

Methods updated to normalize inputs:
- get_server_client
- filter_tools (extension_name and exclude params)
- is_extension_enabled
- add_client

Signed-off-by: rabi <[email protected]>
@rabi rabi changed the title fix: normalize extension name in get_server_client fix: normalize extension names consistently in ExtensionManager Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant