create-mcp-craft
Version:
Create MCP TypeScript servers with Bun and Hono - the fastest way to scaffold Model Context Protocol servers
23 lines (15 loc) • 658 B
Markdown
# Changelog
All notable changes to {{projectNamePascal}} 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).
## [1.0.0] - {{year}}-07-19
### Added
- Initial MCP server implementation
- Support for stdio and HTTP+SSE transports
- Example tools (calculator, weather)
- Example resources and prompts
- Complete TypeScript setup with Bun
### Contributing
Contributions are welcome! Please visit {{repositoryUrl}} for issues and pull requests.
### License
MIT License - see [LICENSE](LICENSE) for details.