@felores/kie-ai-mcp-server 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,14 +22,14 @@ An MCP (Model Context Protocol) server that provides access to Kie.ai's AI APIs
22
22
  ### From NPM
23
23
 
24
24
  ```bash
25
- npm install -g @andrewlwn77/kie-ai-mcp-server
25
+ npm install -g @felores/kie-ai-mcp-server
26
26
  ```
27
27
 
28
28
  ### From Source
29
29
 
30
30
  ```bash
31
31
  # Clone the repository
32
- git clone https://github.com/andrewlwn77/kie-ai-mcp-server.git
32
+ git clone https://github.com/felores/kie-ai-mcp-server.git
33
33
  cd kie-ai-mcp-server
34
34
 
35
35
  # Install dependencies
@@ -75,7 +75,7 @@ Or if installed globally:
75
75
  {
76
76
  "kie-ai-mcp-server": {
77
77
  "command": "npx",
78
- "args": ["-y", "@andrewlwn77/kie-ai-mcp-server"],
78
+ "args": ["-y", "@felores/kie-ai-mcp-server"],
79
79
  "env": {
80
80
  "KIE_AI_API_KEY": "your-api-key-here"
81
81
  }
@@ -285,7 +285,7 @@ See https://kie.ai/billing for detailed pricing.
285
285
  ## Support
286
286
 
287
287
  For issues related to:
288
- - **MCP Server**: Open an issue at https://github.com/andrewlwn77/kie-ai-mcp-server/issues
288
+ - **MCP Server**: Open an issue at https://github.com/felores/kie-ai-mcp-server/issues
289
289
  - **Kie.ai API**: Contact support@kie.ai or check https://docs.kie.ai/
290
290
  - **API Keys**: Visit https://kie.ai/api-key
291
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felores/kie-ai-mcp-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for Kie.ai APIs (Nano Banana image generation/editing and Veo3 video generation)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {