ppt-translator-mcp 0.0.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,7 +32,7 @@ A Model Context Protocol (MCP) service that provides PowerPoint translation capa
32
32
  ### Using npm
33
33
 
34
34
  ```bash
35
- npm install -g ppt-translator-mcp
35
+ npm install -g ppt-translator-mcp-zhu2mu-unique
36
36
  ```
37
37
 
38
38
  ### Using Amazon Q Configuration
@@ -47,7 +47,7 @@ Add the following to your Amazon Q configuration:
47
47
  "command": "npx",
48
48
  "args": [
49
49
  "-y",
50
- "ppt-translator-mcp@latest"
50
+ "ppt-translator-mcp-zhu2mu-unique@latest"
51
51
  ],
52
52
  "env": {
53
53
  "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
@@ -6,7 +6,7 @@
6
6
  "command": "npx",
7
7
  "args": [
8
8
  "-y",
9
- "ppt-translator-mcp@latest"
9
+ "ppt-translator-mcp-zhu2mu-unique@latest"
10
10
  ],
11
11
  "env": {
12
12
  "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ppt-translator-mcp",
3
- "version": "0.0.4",
3
+ "version": "1.0.0",
4
4
  "description": "MCP server for PowerPoint translation using AWS Bedrock",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -27,5 +27,6 @@
27
27
  },
28
28
  "homepage": "https://github.com/zhuermu/mcpppttranslator#readme",
29
29
  "dependencies": {
30
+ "@modelcontextprotocol/server": "^1.0.0"
30
31
  }
31
32
  }