File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FROM node:22-alpine AS release
2727
2828LABEL org.opencontainers.image.title="HackMD MCP"
2929LABEL 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
3232LABEL org.opencontainers.image.vendor="yuna0x0"
3333LABEL org.opencontainers.image.authors="yuna0x0 <yuna@yuna0x0.com>"
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ function parseConfig(req: Request): { config?: any; error?: any } {
122122function 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 },
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 },
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 },
You can’t perform that action at this time.
0 commit comments