Skip to content

Commit c574d89

Browse files
committed
Bump to 1.5.0
1 parent 4cce2eb commit c574d89

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM node:22-alpine AS release
2727

2828
LABEL org.opencontainers.image.title="HackMD MCP"
2929
LABEL org.opencontainers.image.description="A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants."
30-
LABEL org.opencontainers.image.version="1.4.2"
30+
LABEL org.opencontainers.image.version="1.5.0"
3131

3232
LABEL org.opencontainers.image.vendor="yuna0x0"
3333
LABEL org.opencontainers.image.authors="yuna0x0 <yuna@yuna0x0.com>"

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function parseConfig(req: Request): { config?: any; error?: any } {
122122
function createServer({ config }: { config: z.infer<typeof ConfigSchema> }) {
123123
const server = new McpServer({
124124
name: "hackmd-mcp",
125-
version: "1.4.2",
125+
version: "1.5.0",
126126
});
127127

128128
// Initialize HackMD API client with config

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.1",
33
"name": "hackmd-mcp",
44
"display_name": "HackMD MCP",
5-
"version": "1.4.2",
5+
"version": "1.5.0",
66
"description": "A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.",
77
"author": {
88
"name": "yuna0x0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "index.ts",
66
"type": "module",
77
"license": "MIT",
8-
"version": "1.4.2",
8+
"version": "1.5.0",
99
"author": "yuna0x0 <yuna@yuna0x0.com>",
1010
"repository": {
1111
"type": "git",

server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/yuna0x0/hackmd-mcp",
88
"source": "github"
99
},
10-
"version": "1.4.2",
10+
"version": "1.5.0",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "hackmd-mcp",
16-
"version": "1.4.2",
16+
"version": "1.5.0",
1717
"transport": {
1818
"type": "stdio"
1919
},
@@ -39,7 +39,7 @@
3939
"registry_type": "oci",
4040
"registry_base_url": "https://docker.io",
4141
"identifier": "yuna0x0/hackmd-mcp",
42-
"version": "1.4.2",
42+
"version": "1.5.0",
4343
"transport": {
4444
"type": "stdio"
4545
},
@@ -63,9 +63,9 @@
6363
},
6464
{
6565
"registry_type": "mcpb",
66-
"identifier": "https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.4.2/hackmd-mcp-1.4.2.mcpb",
67-
"file_sha256": "7b6ee105271d8595e3e5a0a3e4f9075ab3a2b7b373f529f4c3e99d1f93dead62",
68-
"version": "1.4.2",
66+
"identifier": "https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.0/hackmd-mcp-1.5.0.mcpb",
67+
"file_sha256": "6035e3082ffaf5627e1293a2c8a5d7f42496010431c9b026859dae3bbaa9ce38",
68+
"version": "1.5.0",
6969
"transport": {
7070
"type": "stdio"
7171
},

0 commit comments

Comments
 (0)