File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "dxt_version" : " 0.1" ,
33 "name" : " microcms-document-mcp-server" ,
44 "display_name" : " microCMSドキュメントMCPサーバー" ,
5- "version" : " 0.1.2 " ,
5+ "version" : " 0.1.8 " ,
66 "description" : " microCMSドキュメントのMCP Serverです。LLMがmicroCMSの最新情報にアクセスして回答できるようになります。" ,
77 "icon" : " assets/icon.png" ,
88 "author" : {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
4545 } ,
4646 {
4747 name : 'list_documents' ,
48- description : 'microCMSについての質問に答える場合に利用します。ドキュメントディレクトリのファイル名一覧を返します。カテゴリーを指定することで特定のサブディレクトリのみを対象にできます。' ,
48+ description : 'microCMSについての質問に答える場合に利用します。ドキュメントディレクトリのファイル名一覧を返します。カテゴリーを指定することで特定のサブディレクトリのみを対象にできます。\n\nまだ `fetch_general` で全体情報を取得していない場合は、最初に `fetch_general` を実行してください。 ' ,
4949 inputSchema : {
5050 type : 'object' ,
5151 properties : {
@@ -60,7 +60,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
6060 } ,
6161 {
6262 name : 'search_document' ,
63- description : 'microCMSについての質問に答える場合に利用します。ドキュメントから指定されたファイルを検索し、中身を返します。カテゴリーを指定することで特定のサブディレクトリのみを対象にできます。' ,
63+ description : 'microCMSについての質問に答える場合に利用します。ドキュメントから指定されたファイルを検索し、中身を返します。カテゴリーを指定することで特定のサブディレクトリのみを対象にできます。\n\nまだ `fetch_general` で全体情報を取得していない場合は、最初に `fetch_general` を実行してください。 ' ,
6464 inputSchema : {
6565 type : 'object' ,
6666 properties : {
You can’t perform that action at this time.
0 commit comments