Releases: kochetkov-ma/brewpage-openapi
Releases · kochetkov-ma/brewpage-openapi
Release list
v1.7.0
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.1
v1.5.0
Full Changelog: v1.4.0...v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat(mcp): add server.json for Official MCP Registry (v1.3.2) by @kochetkov-ma in #1
- fix(mcp): trim server.json description to <=100 chars by @kochetkov-ma in #2
- docs(mcp): add 400x400 logo for marketplaces by @kochetkov-ma in #3
New Contributors
- @kochetkov-ma made their first contribution in #1
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
Docs: https://kochetkov-ma.github.io/brewpage-openapi/
API Reference: https://kochetkov-ma.github.io/brewpage-openapi/api-reference/
v1.1.0 (2026-04-20)
Added
- Sites API: multi-file site upload via ZIP archive or individual files with paths
- Sites endpoints: POST /api/sites, GET /api/sites/{ns}/{id}, GET /api/sites/{ns}/{id}/files/{filePath}, DELETE /api/sites/{ns}/{id}
- Schemas: SiteUploadResponse, SiteInfoResponse, SiteFileInfo
- MCP tool publish_site: publish a multi-file HTML site from Claude Desktop or Claude Code
Changed
- OpenAPI spec version bumped from 1.0.0 to 1.1.0
- README rewritten with open-source layer declaration and ToC
- All docs and wiki updated with Sites API examples