Skip to content

Commit 955e2d8

Browse files
committed
manifest.jsonおよびpackage.jsonのバージョンを0.3.5から0.3.6に更新し、package.jsonの説明を日本語に変更しました。また、著者情報とリポジトリのURLをmicrocmsioに更新しました。
1 parent a634c40 commit 955e2d8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "microcms-mcp-server",
4-
"version": "0.3.5",
4+
"version": "0.3.6",
55
"description": "microCMSのMCP Serverです。LLMから直接コンテンツの取得や入稿ができます。",
66
"icon": "assets/icon.png",
77
"author": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "microcms-mcp-server",
3-
"version": "0.3.5",
4-
"description": "microCMS MCP Server - A Model Context Protocol server for microCMS API",
3+
"version": "0.3.6",
4+
"description": "microCMS MCP Server - microCMSのコンテンツAPIやマネジメントAPIを利用し、LLMからコンテンツ管理ができるMCPサーバー",
55
"main": "dist/index.js",
66
"type": "module",
77
"bin": {
@@ -34,17 +34,17 @@
3434
"cli"
3535
],
3636
"author": {
37-
"name": "himaratsu",
38-
"url": "https://github.com/himaratsu"
37+
"name": "microcmsio",
38+
"url": "https://github.com/microcmsio"
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/himaratsu/microcms-mcp-server.git"
42+
"url": "git+https://github.com/microcmsio/microcms-mcp-server.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/himaratsu/microcms-mcp-server/issues"
45+
"url": "https://github.com/microcmsio/microcms-mcp-server/issues"
4646
},
47-
"homepage": "https://github.com/himaratsu/microcms-mcp-server#readme",
47+
"homepage": "https://github.com/microcmsio/microcms-mcp-server#readme",
4848
"license": "MIT",
4949
"dependencies": {
5050
"@modelcontextprotocol/sdk": "^1.0.0",
@@ -64,4 +64,4 @@
6464
"publishConfig": {
6565
"access": "public"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)