mcp-server-markview 1.2.10 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30,7 +30,10 @@ const TOOLS = [
30
30
  type: "string",
31
31
  description: "Markdown source text to preview",
32
32
  },
33
- title: { type: "string", description: "Optional window title" },
33
+ filename: {
34
+ type: "string",
35
+ description: "Optional filename hint (default: preview.md)",
36
+ },
34
37
  },
35
38
  required: ["content"],
36
39
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-markview",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "MCP server for MarkView — preview Markdown files in a native macOS viewer",
5
5
  "license": "MIT",
6
6
  "author": "Paul Kang <contact@paulkang.dev>",