Skip to content

Commit e92a117

Browse files
committed
package.jsonの説明と著者情報を追加し、README.mdから不要な戻り値の説明を削除しました。
1 parent 3b6ea18 commit e92a117

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,10 @@ microCMSの一般的な情報を返します。
7676

7777
`docs` ディレクトリ内の利用可能なドキュメントファイル名の配列を返します。
7878

79-
**戻り値**: ドキュメントファイル名の配列
80-
8179
### search_document
8280

8381
指定されたドキュメントファイルの内容を取得します。
8482

85-
**戻り値**: ドキュメントの内容(マークダウン形式のテキスト)
86-
8783

8884
## ライセンス
8985

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "microcms-document-mcp-server",
33
"version": "0.1.5",
4-
"description": "",
4+
"description": "microCMSのドキュメントを参照するMCPサーバーです。",
55
"license": "MIT",
6-
"author": "",
6+
"author": "himaratsu",
77
"type": "module",
88
"main": "dist/index.js",
99
"bin": {
@@ -19,9 +19,7 @@
1919
"dev": "tsx watch src/index.ts"
2020
},
2121
"dependencies": {
22-
"dotenv": "^17.1.0",
2322
"microcms-js-sdk": "^3.2.0",
24-
"turndown": "^7.2.0",
2523
"@modelcontextprotocol/sdk": "^1.15.0"
2624
},
2725
"devDependencies": {
@@ -30,4 +28,4 @@
3028
"tsx": "^4.20.3",
3129
"typescript": "^5.8.3"
3230
}
33-
}
31+
}

0 commit comments

Comments
 (0)