Skip to content

Commit b4754ed

Browse files
committed
Use unique package name
1 parent 0ea923a commit b4754ed

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@zhuermu:registry=https://npm.pkg.github.com
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

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 @zhuermu/ppt-translator-mcp
35+
npm install -g ppt-translator-mcp-zhu2mu-unique
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-
"@zhuermu/ppt-translator-mcp@latest"
50+
"ppt-translator-mcp-zhu2mu-unique@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-
"@zhuermu/ppt-translator-mcp@latest"
9+
"ppt-translator-mcp-zhu2mu-unique@latest"
1010
],
1111
"env": {
1212
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"name": "@zhuermu/ppt-translator-mcp",
3-
"publishConfig": {
4-
"registry": "https://npm.pkg.github.com"
5-
},
2+
"name": "ppt-translator-mcp-zhu2mu-unique",
63
"version": "1.0.0",
74
"description": "MCP server for PowerPoint translation using AWS Bedrock",
85
"main": "index.js",

0 commit comments

Comments
 (0)