# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2024-03-20
### Added
- Initial release
- Basic Reddit API integration using PRAW
- Read-only tools for accessing Reddit content:
- `get_comment`
- `get_comments_by_submission`
- `get_submission`
- `get_subreddit`
- `search_posts`
- `search_subreddits`
- MCP server implementation
- Documentation and examples