File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- @zhuermu:registry = https://npm.pkg.github.com
1+ //registry.npmjs.org/:_authToken = ${ NPM_TOKEN }
Original file line number Diff line number Diff 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}" ,
Original file line number Diff line number Diff line change 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}" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments