File tree Expand file tree Collapse file tree 6 files changed +295
-213
lines changed
Expand file tree Collapse file tree 6 files changed +295
-213
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ FROM node:22-alpine AS release
2828
2929LABEL org.opencontainers.image.title="HackMD MCP"
3030LABEL org.opencontainers.image.description="A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants."
31- LABEL org.opencontainers.image.version="1.5.5 "
31+ LABEL org.opencontainers.image.version="1.5.6 "
3232
3333LABEL org.opencontainers.image.vendor="yuna0x0"
3434LABEL 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.5.5 " ,
125+ version : "1.5.6 " ,
126126 } ) ;
127127
128128 // Initialize HackMD API client with config
Original file line number Diff line number Diff line change 11{
2- "manifest_version" : " 0.2 " ,
2+ "manifest_version" : " 0.3 " ,
33 "name" : " hackmd-mcp" ,
44 "display_name" : " HackMD MCP" ,
5- "version" : " 1.5.5 " ,
5+ "version" : " 1.5.6 " ,
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.5.5 " ,
8+ "version" : " 1.5.6 " ,
99 "author" : " yuna0x0 <yuna@yuna0x0.com>" ,
1010 "repository" : {
1111 "type" : " git" ,
3333 },
3434 "dependencies" : {
3535 "@hackmd/api" : " ^2.5.0" ,
36- "@modelcontextprotocol/sdk" : " ^1.20.1 " ,
36+ "@modelcontextprotocol/sdk" : " ^1.21.0 " ,
3737 "cors" : " ^2.8.5" ,
3838 "dotenv" : " ^17.2.3" ,
3939 "express" : " ^5.1.0" ,
4040 "zod" : " ^3.25.76"
4141 },
4242 "devDependencies" : {
43- "@anthropic-ai/mcpb" : " ^1.1 .1" ,
44- "@modelcontextprotocol/inspector" : " ^0.17.1 " ,
43+ "@anthropic-ai/mcpb" : " ^2.0 .1" ,
44+ "@modelcontextprotocol/inspector" : " ^0.17.2 " ,
4545 "@types/cors" : " ^2.8.19" ,
46- "@types/express" : " ^5.0.3 " ,
46+ "@types/express" : " ^5.0.5 " ,
4747 "cross-env" : " ^10.1.0" ,
4848 "shx" : " ^0.4.0" ,
4949 "tsx" : " ^4.20.6" ,
6060 " llm" ,
6161 " mcp-server"
6262 ],
63- "packageManager" : " pnpm@10.18.3 +sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d "
63+ "packageManager" : " pnpm@10.20.0 +sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd "
6464}
You can’t perform that action at this time.
0 commit comments