Skip to content

Commit 6b9a32e

Browse files
committed
Update package name to ppt-translator-mcp-zhu2mu
1 parent eb3add0 commit 6b9a32e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A Model Context Protocol (MCP) service that provides PowerPoint translation capa
3232
### Using npm
3333

3434
```bash
35-
npm install -g @zhu2mu/ppt-translator-mcp
35+
npm install -g ppt-translator-mcp-zhu2mu
3636
```
3737

3838
### Using Amazon Q Configuration
@@ -47,7 +47,7 @@ Add the following to your Amazon Q configuration:
4747
"command": "npx",
4848
"args": [
4949
"-y",
50-
"@zhu2mu/ppt-translator-mcp@latest"
50+
"ppt-translator-mcp-zhu2mu@latest"
5151
],
5252
"env": {
5353
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",

amazon-q-config-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"command": "npx",
77
"args": [
88
"-y",
9-
"@zhu2mu/ppt-translator-mcp@latest"
9+
"ppt-translator-mcp-zhu2mu@latest"
1010
],
1111
"env": {
1212
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@zhu2mu/ppt-translator-mcp",
2+
"name": "ppt-translator-mcp-zhu2mu",
33
"version": "1.0.0",
44
"description": "MCP server for PowerPoint translation using AWS Bedrock",
55
"main": "index.js",

0 commit comments

Comments
 (0)