Skip to content

Commit 62fab09

Browse files
committed
manifest.jsonに表示名を追加し、ツールの説明からパラメータを削除しました。また、リポジトリのURL形式を修正しました。
1 parent 679adf3 commit 62fab09

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

manifest.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "microcms-document-mcp-server",
4+
"display_name": "microCMSドキュメントMCPサーバー",
45
"version": "0.1.2",
56
"description": "microCMSドキュメントのMCP Serverです。LLMがmicroCMSの最新情報にアクセスして回答できるようになります。",
67
"icon": "assets/icon.png",
@@ -21,20 +22,15 @@
2122
"tools": [
2223
{
2324
"name": "fetch_general",
24-
"description": "microCMSの一般的な情報を返します。",
25-
"parameters": {}
25+
"description": "microCMSの一般的な情報を返します。"
2626
},
2727
{
2828
"name": "list_documents",
29-
"description": "docsディレクトリ内の利用可能なドキュメントファイル名の配列を返します。",
30-
"parameters": {}
29+
"description": "docsディレクトリ内の利用可能なドキュメントファイル名の配列を返します。"
3130
},
3231
{
3332
"name": "search_document",
34-
"description": "指定されたドキュメントファイルの内容を取得します。",
35-
"parameters": {
36-
"filename": "取得したいドキュメントファイル名(拡張子を含む)"
37-
}
33+
"description": "指定されたドキュメントファイルの内容を取得します。"
3834
}
3935
],
4036
"keywords": [
@@ -45,6 +41,6 @@
4541
"license": "MIT",
4642
"repository": {
4743
"type": "git",
48-
"url": "git+https://github.com/himaratsu/microcms-document-mcp-server.git"
44+
"url": "https://github.com/himaratsu/microcms-document-mcp-server"
4945
}
5046
}

0 commit comments

Comments
 (0)