rename gptedit to gpt-edit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# GPTEdit MCP Connector 설정 가이드
|
||||
# GPT-Edit MCP Connector 설정 가이드
|
||||
|
||||
## 📍 Claude Desktop 설정 파일 위치
|
||||
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
|
||||
@@ -11,11 +11,11 @@
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"gptedit": {
|
||||
"gpt-edit": {
|
||||
"command": "python",
|
||||
"args": ["D:\\Project\\little-fairy\\gptedit\\main.py"],
|
||||
"args": ["D:\\Project\\gpt-edit\\main.py"],
|
||||
"env": {
|
||||
"PYTHONPATH": "D:\\Project\\little-fairy\\gptedit"
|
||||
"PYTHONPATH": "D:\\Project\\gpt-edit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,11 +26,11 @@
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"gptedit": {
|
||||
"command": "D:\\Project\\little-fairy\\gptedit\\venv\\Scripts\\python.exe",
|
||||
"args": ["D:\\Project\\little-fairy\\gptedit\\main.py"],
|
||||
"gpt-edit": {
|
||||
"command": "D:\\Project\\gpt-edit\\venv\\Scripts\\python.exe",
|
||||
"args": ["D:\\Project\\gpt-edit\\main.py"],
|
||||
"env": {
|
||||
"PYTHONPATH": "D:\\Project\\little-fairy\\gptedit"
|
||||
"PYTHONPATH": "D:\\Project\\gpt-edit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,9 +41,9 @@
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"gptedit": {
|
||||
"gpt-edit": {
|
||||
"command": "cmd",
|
||||
"args": ["/c", "D:\\Project\\little-fairy\\gptedit\\run.bat"]
|
||||
"args": ["/c", "D:\\Project\\gpt-edit\\run.bat"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -56,14 +56,14 @@ MCP connector에서 직접 환경 변수를 설정할 수도 있습니다:
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"gptedit": {
|
||||
"gpt-edit": {
|
||||
"command": "python",
|
||||
"args": ["D:\\Project\\little-fairy\\gptedit\\main.py"],
|
||||
"args": ["D:\\Project\\gpt-edit\\main.py"],
|
||||
"env": {
|
||||
"PYTHONPATH": "D:\\Project\\little-fairy\\gptedit",
|
||||
"PYTHONPATH": "D:\\Project\\gpt-edit",
|
||||
"OPENAI_API_KEY": "sk-xxxxx",
|
||||
"OUTPUT_FILENAME_PREFIX": "gptimage1",
|
||||
"GENERATED_IMAGES_PATH": "D:\\Project\\little-fairy\\gptedit\\generated_images",
|
||||
"GENERATED_IMAGES_PATH": "D:\\Project\\gpt-edit\\generated_images",
|
||||
"LOG_LEVEL": "INFO",
|
||||
"MAX_IMAGE_SIZE_MB": "4",
|
||||
"DEFAULT_TIMEOUT": "30",
|
||||
@@ -83,13 +83,13 @@ MCP connector에서 직접 환경 변수를 설정할 수도 있습니다:
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"gptedit": {
|
||||
"gpt-edit": {
|
||||
"command": "python",
|
||||
"args": ["D:\\Project\\little-fairy\\gptedit\\main.py"]
|
||||
"args": ["D:\\Project\\gpt-edit\\main.py"]
|
||||
},
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "D:\\Project\\little-fairy"]
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "D:\\Project"]
|
||||
},
|
||||
"imagen4": {
|
||||
"command": "python",
|
||||
@@ -120,7 +120,7 @@ Claude Desktop에서 다음 명령으로 연결 확인:
|
||||
```
|
||||
|
||||
3. **로그 확인**:
|
||||
- `D:\Project\little-fairy\gptedit\gptedit.log` 파일에서 연결 로그 확인
|
||||
- `D:\Project\gpt-edit\gpt-edit.log` 파일에서 연결 로그 확인
|
||||
|
||||
## 🔄 서버 재시작
|
||||
|
||||
@@ -154,4 +154,4 @@ Claude Desktop에서 다음 명령으로 연결 확인:
|
||||
|
||||
---
|
||||
|
||||
이 가이드를 따라 Claude Desktop과 GPTEdit MCP 서버를 연결하세요.
|
||||
이 가이드를 따라 Claude Desktop과 GPT-Edit MCP 서버를 연결하세요.
|
||||
|
||||
Reference in New Issue
Block a user