File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,10 @@ microCMSの一般的な情報を返します。
7676
7777` docs ` ディレクトリ内の利用可能なドキュメントファイル名の配列を返します。
7878
79- ** 戻り値** : ドキュメントファイル名の配列
80-
8179### search_document
8280
8381指定されたドキュメントファイルの内容を取得します。
8482
85- ** 戻り値** : ドキュメントの内容(マークダウン形式のテキスト)
86-
8783
8884## ライセンス
8985
Original file line number Diff line number Diff line change 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" : {
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" : {
3028 "tsx" : " ^4.20.3" ,
3129 "typescript" : " ^5.8.3"
3230 }
33- }
31+ }
You can’t perform that action at this time.
0 commit comments