microcms-mcp-server 0.5.0 → 0.5.1

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,14 +40,6 @@ Claude Desktopに導入する場合、mcpbファイルを使って簡単にイ
40
40
 
41
41
  ## 利用方法
42
42
 
43
- ### 1. 操作を行いたいmicroCMSのAPIのエンドポイントを伝える
44
-
45
- ```
46
- microCMSのarticleに対して操作を行いたいです
47
- ```
48
-
49
- ### 2. microCMSからコンテンツを取得・入稿します
50
-
51
43
  microCMSのコンテンツを確認する
52
44
 
53
45
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microcms-mcp-server",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "microCMS MCP Bundle - microCMSのコンテンツAPIやマネジメントAPIを利用し、LLMからコンテンツ管理ができるMCP Bundle",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",