Skip to content

Commit f4247c2

Browse files
fix: Correct GitHub username to pavelsukhachev
- Update all repository URLs in package.json - Fix example configuration path
1 parent b0f0ad0 commit f4247c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/claude-desktop-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"gpt-image-1": {
44
"command": "node",
55
"args": ["./dist/index.js", "stdio"],
6-
"cwd": "/Users/brisklad/dev/gpt-image-1-mcp-sse",
6+
"cwd": "/path/to/mcp-server-gpt-image",
77
"env": {
88
"OPENAI_API_KEY": "your-openai-api-key-here"
99
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"type": "module",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/brisklad/mcp-server-gpt-image.git"
9+
"url": "git+https://github.com/pavelsukhachev/mcp-server-gpt-image.git"
1010
},
11-
"homepage": "https://github.com/brisklad/mcp-server-gpt-image#readme",
11+
"homepage": "https://github.com/pavelsukhachev/mcp-server-gpt-image#readme",
1212
"bugs": {
13-
"url": "https://github.com/brisklad/mcp-server-gpt-image/issues"
13+
"url": "https://github.com/pavelsukhachev/mcp-server-gpt-image/issues"
1414
},
1515
"scripts": {
1616
"build": "tsc",

0 commit comments

Comments
 (0)