Skip to content

Commit f415e18

Browse files
committed
著者情報をhimaratsuからmicrocmsioに変更し、リポジトリのURLも更新しました。
1 parent 22b0716 commit f415e18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"description": "microCMSドキュメントのMCP Serverです。LLMがmicroCMSの最新情報にアクセスして回答できるようになります。",
77
"icon": "assets/icon.png",
88
"author": {
9-
"name": "himaratsu",
10-
"url": "https://github.com/himaratsu"
9+
"name": "microcmsio",
10+
"url": "https://github.com/microcmsio"
1111
},
1212
"server": {
1313
"type": "node",
@@ -41,6 +41,6 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "https://github.com/himaratsu/microcms-document-mcp-server"
44+
"url": "https://github.com/microcmsio/microcms-document-mcp-server"
4545
}
4646
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.8",
44
"description": "microCMSのドキュメントを参照するMCPサーバーです。",
55
"license": "MIT",
6-
"author": "himaratsu",
6+
"author": "microcmsio",
77
"type": "module",
88
"main": "dist/index.js",
99
"bin": {
@@ -28,4 +28,4 @@
2828
"tsx": "^4.20.3",
2929
"typescript": "^5.8.3"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)