Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
fix(mcp): preserve category when loading component registry (#12694)
load_registry iterated data.values(), discarding the category group keys from /api/v1/all. Every component ended up with category: "", which made the components(category=...) MCP tool filter return empty results for every category. Iterate data.items() instead and inject the category name onto each component's entry so search_registry's category filter works.
G
Gabriel Luiz Freitas Almeida committed
d93892a2142dabfdc7c4d7d6373eba614316f03e
Parent: acbeaf3
Committed by GitHub <noreply@github.com>
on 4/14/2026, 6:13:12 PM