ppt-translator-mcp 0.0.1 → 0.0.3
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 +2 -2
- package/package.json +1 -2
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
|
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
|
50
|
+
"ppt-translator-mcp@latest"
|
51
51
|
],
|
52
52
|
"env": {
|
53
53
|
"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.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "MCP server for PowerPoint translation using AWS Bedrock",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
@@ -27,6 +27,5 @@
|
|
27
27
|
},
|
28
28
|
"homepage": "https://github.com/zhuermu/mcpppttranslator#readme",
|
29
29
|
"dependencies": {
|
30
|
-
"@modelcontextprotocol/server": "^1.0.0"
|
31
30
|
}
|
32
31
|
}
|