# Changelog
All notable changes to the Olostep MCP Server will be documented in this file.
## [1.0.8] - 2024-12-01
### Added
- Added logo and icon assets for MCP directory listings
- Improved package metadata with better keywords for discoverability
- Enhanced description across all configuration files
### Changed
- Synchronized version numbers across server.json and package.json
## [1.0.7] - 2024-11-14
### Added
- `answers` tool - AI-powered answers with citations and optional JSON-shaped outputs
- `batch_scrape_urls` tool - Batch scraping of up to 10k URLs
- `create_crawl` tool - Autonomous site crawling from a start URL
- `create_map` tool - Website URL discovery and mapping with include/exclude filters
### Improved
- Enhanced error handling and reporting
- Better documentation with examples for all tools
## [1.0.6] - 2024-10-28
### Added
- `search_web` tool - Parser-based web search with structured results
- Country-specific request routing for geo-targeted content
## [1.0.5] - 2024-10-15
### Added
- `scrape_website` tool with parser support
- Configurable wait times for JavaScript-heavy websites
## [1.0.0] - 2024-09-20
### Initial Release
- `get_webpage_content` - Retrieve webpage content in markdown
- `get_website_urls` - Search and retrieve relevant URLs from a website
- `web_search` - Structured web search results