- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.5k
Description
Is your feature request related to a problem? Please describe.
Developing with Haystack often requires manual context-gathering — looking through documentation, examples, and configs to understand how to implement or connect components. This slows down iteration and increases the cognitive load when experimenting with pipelines or new features.
Describe the solution you'd like
I'd love to see an implementation similar to shadcn/ui MCP or Stripe MCP (ressources section). This would enable subagents that automatically retrieve relevant documentation, examples, and configuration details in real time when developers are building or debugging Haystack pipelines.
Describe alternatives you've considered
Manual context management for my subagents, fetch website, link local source code
Additional context
This would help developers focus on logic rather than lookup, making Haystack more accessible, extensible, and developer-friendly.