File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
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}
You can’t perform that action at this time.
0 commit comments