Use Literal type for feed names instead of enum
- Replace enum class with inline Literal type annotation
- Simplifies code since enum class won't exist in sandboxed tool
- Provides same validation with cleaner implementation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>