@kakedashi/md-to-article-mcp 1.0.9 → 1.0.10

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,7 +76,7 @@ Claude Desktop を完全終了してから再起動(メニューバーから Q
76
76
 
77
77
  ```markdown
78
78
  ## X Article へのコピー
79
- 「x用にコピー」「article にして」などと言われたら、
79
+ 「x用にコピー」「article にして」などのプロンプトがあった場合は、
80
80
  現在作業中の .md ファイルを特定して以下を実行してください:
81
81
  npx @kakedashi/md-to-article-mcp {絶対パスに解決したファイル名}.md
82
82
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakedashi/md-to-article-mcp",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "MCP tool to convert Markdown files to rich text and copy to clipboard for X Article editor",
5
5
  "main": "dist/index.js",
6
6
  "bin": {