# Changelog
All notable changes to grok-cli-mcp 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).
## [Unreleased]
## [0.1.0] - 2025-12-09
### Added
- Initial release
- Three tools for Grok AI interaction:
- `grok_query`: Simple prompt-response queries
- `grok_chat`: Multi-turn conversations with message history
- `grok_code`: Code generation with language hints and context
- FastMCP-based server implementation with stdio transport
- Environment variable configuration for API key and CLI path
- Comprehensive documentation and examples
- Unit tests for utility functions
- Python 3.10+ support
### Features
- CLI wrapper approach leveraging official Grok CLI
- JSON parsing with fallback to raw output
- Configurable timeouts for all operations
- Optional model selection support
- Raw output mode for debugging and advanced use cases
### Security
- No hardcoded secrets in codebase
- API key via GROK_API_KEY environment variable only
- Sanitized example configurations with placeholders