Releases: yuna0x0/hackmd-mcp
hackmd-mcp v1.5.7
hackmd-mcp v1.5.6
What's Changed
- Update build script in
package.json - Upgrade mcpb manifest version to 0.3
- Upgrade dependencies
- Upgrade package manager
Full Changelog: v1.5.5...v1.5.6
hackmd-mcp v1.5.5
hackmd-mcp v1.5.4
What's Changed
- Replace
rimrafwithshxin package.json - Add
cross-envto support cross platform environment variables - Update
server.jsonto match latest version of schema - Update MCP Registry publish workflow to use latest version of MCP Publisher
- Upgrade dependencies
- Upgrade package manager
Full Changelog: v1.5.3...v1.5.4
hackmd-mcp v1.5.3
What's Changed
- Update MCP Publisher in GitHub Actions to 1.1.0
- Upgrade mcpb manifest version
- Upgrade dependencies
- Upgrade package manager
Full Changelog: v1.5.2...v1.5.3
hackmd-mcp v1.5.2
What's Changed
- Fix dotenv outputs to stdout
- Fix mcpb and symlink node_modules issue
Full Changelog: v1.5.1...v1.5.2
hackmd-mcp v1.5.1
What's Changed
Docker Image
- [Deprecated] Remove image support for Docker Hub
- Update README to use GitHub Container Registry
- Add missing
pnpm-workspace.yamltoDockerfile
GitHub Actions
- Support GitHub Container Registry publish action
- Add release environment for GitHub OCI and MCP Registry
- Rename
releasetorelease-npmfor npm release environment
MCP Registry
- Update
server.jsonschema
MCP Bundles (MCBP)
- Add privacy policy URL to
manifest.json
package.json
- Upgrade dependencies
- Upgrade package manager
⚠️ Deprecation Notice
Docker Hub Image Deprecation
The HackMD MCP server Docker image on Docker Hub (docker.io) is being deprecated in favor of GitHub Container Registry (ghcr.io).
- Docker Hub Image Removal Date: November 1, 2025
- Migration Path: Please update your deployments to use
ghcr.io/yuna0x0/hackmd-mcpinstead of the Docker Hub image. Users who are using versions< 1.4.2should build the Docker image from source.
The Docker Hub image will no longer receive updates starting from this release v1.5.1. After November 1, 2025, all images on Docker Hub will be removed.
Releases >= 1.4.2 have images published to GitHub Container Registry. For versions < 1.4.2, please build the Docker image from source, as these versions are not available on GitHub Container Registry.
All future releases will only be published to GitHub Container Registry.
Migration Example:
# Old (deprecated)
docker pull yuna0x0/hackmd-mcp
# New
docker pull ghcr.io/yuna0x0/hackmd-mcpFull Changelog: v1.5.0...v1.5.1
hackmd-mcp v1.5.0
What's Changed
- Add HackMD API URL allowlist to prevent SSRF attacks (CVE-2025-59155)
- Upgrade package manager and update pnpm lockfile
⚠️ Breaking change
User who uses custom HackMD API URL with HackMD MCP server running in HTTP transport mode, should update their server environment variable with ALLOWED_HACKMD_API_URLS (comma-separated URL).
Otherwise, the default configuration now only allows the official HackMD API URL (https://api.hackmd.io/v1).
For example:
ALLOWED_HACKMD_API_URLS=https://api.hackmd.io/v1,https://your-hackmd-instance.com/api/v1
Full Changelog: v1.4.2...v1.5.0
hackmd-mcp v1.4.2
What's Changed
- Upgrade dependencies
- Update MCP Registry
server.jsonand GitHub workflow - Add labels to Docker image
Full Changelog: v1.4.1...v1.4.2