We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b4490 commit d1d0974Copy full SHA for d1d0974
index.ts
@@ -85,7 +85,7 @@ function parseConfig(req: Request) {
85
function createServer({ config }: { config: z.infer<typeof ConfigSchema> }) {
86
const server = new McpServer({
87
name: "hackmd-mcp",
88
- version: "1.4.0",
+ version: "1.4.1",
89
});
90
91
// Initialize HackMD API client with config
package.json
@@ -3,7 +3,7 @@
3
"module": "index.ts",
4
"type": "module",
5
"license": "MIT",
6
- "version": "1.4.0",
+ "version": "1.4.1",
7
"author": "yuna0x0 <yuna@yuna0x0.com>",
8
"repository": {
9
"type": "git",
0 commit comments