@kakedashi/md-to-article-mcp 1.0.6 → 1.0.7
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.
- package/README.md +30 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,3 +73,33 @@ Claude Desktop を再起動後、チャットで話しかける:
|
|
|
73
73
|
現在作業中の .md ファイルを特定して以下を実行してください:
|
|
74
74
|
npx @kakedashi/md-to-article-mcp {絶対パス}/{ファイル名}.md
|
|
75
75
|
```
|
|
76
|
+
|
|
77
|
+
## 動作環境
|
|
78
|
+
|
|
79
|
+
| 環境 | バージョン |
|
|
80
|
+
|---|---|
|
|
81
|
+
| Node.js | >= 18 |
|
|
82
|
+
| npm | >= 9 |
|
|
83
|
+
|
|
84
|
+
## Claude Code での使い方
|
|
85
|
+
|
|
86
|
+
プロジェクトの `CLAUDE.md` に以下を追記するだけ。
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## X Article へのコピー
|
|
91
|
+
|
|
92
|
+
「x用にコピー」「article にして」などと言われたら、
|
|
93
|
+
現在作業中の .md ファイルを特定して以下を実行してください:
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
npx @kakedashi/md-to-article-mcp {絶対パスに解決したファイル名}.md
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
追記後、Claude Code で以下のように話しかけるだけで動く:
|
|
102
|
+
|
|
103
|
+
- 「x用にコピー」
|
|
104
|
+
- 「draft.md を article にして」
|
|
105
|
+
- 「これをX記事用にコピーして」
|