@weppy/roblox-mcp 0.1.9 → 0.1.11

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 (30) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +15 -0
  3. package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
  4. package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
  5. package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
  6. package/docs/en/installation/ai-apps/antigravity.md +26 -67
  7. package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
  8. package/docs/en/installation/roblox-plugin.md +1 -1
  9. package/docs/es/installation/ai-apps/antigravity.md +36 -77
  10. package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
  11. package/docs/es/installation/roblox-plugin.md +1 -1
  12. package/docs/id/installation/ai-apps/antigravity.md +34 -75
  13. package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
  14. package/docs/id/installation/roblox-plugin.md +1 -1
  15. package/docs/ja/installation/ai-apps/antigravity.md +22 -63
  16. package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
  17. package/docs/ja/installation/roblox-plugin.md +1 -1
  18. package/docs/ko/installation/ai-apps/antigravity.md +21 -63
  19. package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
  20. package/docs/ko/installation/roblox-plugin.md +1 -1
  21. package/docs/pt-br/installation/ai-apps/antigravity.md +36 -77
  22. package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
  23. package/docs/pt-br/installation/roblox-plugin.md +1 -1
  24. package/package.json +1 -1
  25. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  26. package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
  27. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
  28. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
  29. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
  30. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
@@ -6,23 +6,21 @@
6
6
 
7
7
  ## 사전 요구사항
8
8
 
9
- 1. **Antigravity** 설치됨 (macOS, Windows, Linux 지원)
10
- 2. **Roblox Studio 플러그인** 설치 완료
9
+ 1. **Antigravity** 설치됨 (지원 OS/요구사항은 공식 문서 참고)
10
+ 2. **Node.js** (v18.0.0 이상, `npx` 사용 가능)
11
+ 3. **Roblox Studio 플러그인** 설치 완료
11
12
 
12
13
  ## MCP 서버 등록
13
14
 
14
- ### 방법 1: MCP Store에서 설치 (권장)
15
+ Antigravity에서는 MCP 서버를 **에이전트 패널(Agent pane)**에서 관리합니다.
15
16
 
16
- 1. Antigravity 실행
17
- 2. **Settings** → **MCP** 이동
18
- 3. MCP Store에서 `weppy-roblox-mcp` 검색
19
- 4. **Install** 클릭
17
+ ### Raw config로 수동 등록 (권장)
20
18
 
21
- ### 방법 2: 설정 파일 직접 편집
19
+ 1. 에이전트 패널에서 **⋯** **MCP Servers** → **Manage MCP Servers** → **View raw config** 클릭
22
20
 
23
- 1. Antigravity에서 **⋯** 메뉴 → **MCP Servers** **Manage MCP Servers** → **View raw config** 클릭
21
+ ![MCP Servers 메뉴 열기](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
24
22
 
25
- 2. `mcp_config.json` 파일에 아래 내용을 추가:
23
+ 2. 표시되는 설정(JSON)에 아래 내용을 추가/병합:
26
24
 
27
25
  ```json
28
26
  {
@@ -34,27 +32,15 @@
34
32
  }
35
33
  }
36
34
  ```
35
+ ![Raw config 수정](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
37
36
 
38
- 3. 저장 후 **Manage MCP Servers**에서 **Refresh** 클릭
37
+ 3. 저장 후 **Refresh**(또는 UI 안내에 따른 재시작/새로고침) 수행
39
38
 
40
- **설정 파일 위치:**
39
+ > 설정 파일의 실제 경로/이름은 OS와 Antigravity 버전에 따라 달라질 수 있으므로, 항상 **View raw config**에서 안내되는 위치를 기준으로 수정하세요.
41
40
 
42
- | OS | 경로 |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
41
+ ### 옵션: 환경 변수로 포트/로그 조정
46
42
 
47
- ### 방법 3: Agent에게 요청
48
-
49
- Antigravity Agent에게 직접 요청할 수도 있습니다:
50
-
51
- ```
52
- Roblox MCP (@weppy/roblox-mcp)를 MCP 서버로 추가해줘
53
- ```
54
-
55
- ## 중요: 절대 경로 사용
56
-
57
- > **주의**: Antigravity는 `${workspaceFolder}` 변수를 지원하지 않습니다. 반드시 **절대 경로**를 사용하세요.
43
+ 기본값(HTTP `127.0.0.1:3002`)을 유지하는 것을 권장합니다. 필요 시 아래처럼 환경 변수를 설정할 수 있습니다:
58
44
 
59
45
  ```json
60
46
  {
@@ -63,7 +49,9 @@ Roblox MCP (@weppy/roblox-mcp)를 MCP 서버로 추가해줘
63
49
  "command": "npx",
64
50
  "args": ["-y", "@weppy/roblox-mcp"],
65
51
  "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
52
+ "HTTP_HOST": "127.0.0.1",
53
+ "HTTP_PORT": "3002",
54
+ "LOG_LEVEL": "INFO"
67
55
  }
68
56
  }
69
57
  }
@@ -78,24 +66,6 @@ Roblox MCP (@weppy/roblox-mcp)를 MCP 서버로 추가해줘
78
66
  Roblox Studio에서 현재 선택된 것을 알려줘
79
67
  ```
80
68
 
81
- ## Skills 활용
82
-
83
- Antigravity의 **Skills** 시스템과 함께 사용하면 더 강력한 워크플로우를 구성할 수 있습니다:
84
-
85
- - 프로젝트별 Roblox 개발 워크플로우 정의
86
- - 자주 사용하는 작업을 Skill로 패키징
87
- - 에이전트가 자동으로 작업을 계획, 실행, 검증
88
-
89
- ## 지원 모델
90
-
91
- Antigravity에서 Roblox MCP를 사용할 때 다음 모델을 선택할 수 있습니다:
92
-
93
- | 모델 | 특징 |
94
- |------|------|
95
- | **Gemini 3 Pro** | 기본 모델, 무료 사용 가능 |
96
- | **Claude Sonnet 4.5** | Anthropic 모델 지원 |
97
- | **GPT-OSS** | OpenAI 모델 지원 |
98
-
99
69
  ## 문제 해결
100
70
 
101
71
  ### 서버가 시작되지 않을 때
@@ -108,23 +78,11 @@ npx -y @weppy/roblox-mcp
108
78
  ### 연결 실패
109
79
 
110
80
  - Roblox Studio 플러그인이 **Connected** 상태인지 확인
111
- - 포트 3002 방화벽에 의해 차단되지 않았는지 확인
112
- - Settings → MCP에서 서버 상태 확인
113
-
114
- ### 절대 경로 오류
115
-
116
- `${workspaceFolder}` 사용 시 오류가 발생합니다. 절대 경로로 변경하세요:
117
-
118
- ```json
119
- // ❌ 잘못됨
120
- "args": ["--workspace", "${workspaceFolder}"]
121
-
122
- // ✅ 올바름
123
- "args": ["--workspace", "/absolute/path/to/project"]
124
- ```
81
+ - 포트 **3002**가 방화벽에 의해 차단되지 않았는지 확인
82
+ - 에이전트 패널 **⋯** **MCP Servers**에서 서버 상태 확인
83
+ - (고급) `HTTP_PORT`를 변경했다면, Roblox Studio 플러그인/브릿지 설정도 동일 포트를 사용하도록 맞춰야 합니다.
125
84
 
126
85
  ## 참고 자료
127
86
 
128
- - [Antigravity 시작 가이드](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Antigravity MCP 연동 가이드](https://composio.dev/blog/howto-mcp-antigravity)
130
- - [Antigravity Skills 컬렉션](https://github.com/sickn33/antigravity-awesome-skills)
87
+ - [Google Antigravity 소개](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
88
+ - [Antigravity 시작 가이드 (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -18,7 +18,23 @@
18
18
 
19
19
  ## MCP 서버 등록
20
20
 
21
- ### 방법 1: 설정 파일 편집 (권장)
21
+ ### 방법 1: CLI 명령어 (권장)
22
+
23
+ 터미널에서 한 줄로 등록할 수 있습니다:
24
+
25
+ ```bash
26
+ gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
27
+ ```
28
+
29
+ > `--trust` 플래그는 도구 호출 시 매번 확인 프롬프트를 건너뜁니다.
30
+
31
+ 글로벌 설정으로 등록하려면 `-s user`를 추가하세요:
32
+
33
+ ```bash
34
+ gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
35
+ ```
36
+
37
+ ### 방법 2: 설정 파일 편집
22
38
 
23
39
  `.gemini/settings.json` 파일에 아래 내용을 추가하세요:
24
40
 
@@ -39,10 +55,16 @@
39
55
  | 프로젝트 | `<프로젝트>/.gemini/settings.json` |
40
56
  | 글로벌 | `~/.gemini/settings.json` |
41
57
 
42
- ### 방법 2: 환경 변수 사용
58
+ ### 방법 3: 환경 변수 사용
43
59
 
44
60
  특정 환경 변수가 필요한 경우:
45
61
 
62
+ **CLI:**
63
+ ```bash
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
65
+ ```
66
+
67
+ **설정 파일:**
46
68
  ```json
47
69
  {
48
70
  "mcpServers": {
@@ -73,35 +95,6 @@ Gemini CLI 내에서 `/mcp` 명령으로 연결된 서버 상태를 확인할
73
95
  /mcp
74
96
  ```
75
97
 
76
- ## 고급 설정
77
-
78
- ### 도구 필터링
79
-
80
- 특정 도구만 사용하거나 제외할 수 있습니다:
81
-
82
- ```json
83
- {
84
- "mcpServers": {
85
- "weppy-roblox-mcp": {
86
- "command": "npx",
87
- "args": ["-y", "@weppy/roblox-mcp"],
88
- "excludeTools": ["execute_script"],
89
- "includeTools": ["get_selection", "create_instance", "set_property"]
90
- }
91
- }
92
- }
93
- ```
94
-
95
- > `excludeTools`가 `includeTools`보다 우선합니다.
96
-
97
- ### 디버그 모드
98
-
99
- 연결 문제를 디버깅하려면:
100
-
101
- ```bash
102
- gemini --debug
103
- ```
104
-
105
98
  ## 문제 해결
106
99
 
107
100
  ### 서버가 시작되지 않을 때
@@ -4,7 +4,7 @@ Roblox Studio에서 AI 에이전트와 연결하기 위한 플러그인 설치
4
4
 
5
5
  ## 1. 플러그인 다운로드
6
6
 
7
- 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)에서 `weppy-roblox-mcp-basic.zip`을 다운로드합니다
7
+ 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)에서 `weppy-roblox-mcp-basic-v{버전}.zip`을 다운로드합니다
8
8
  2. ZIP 파일을 압축 해제합니다 — `roblox-plugin/WeppyRobloxMCP.rbxm` 파일과 설치 가이드가 포함되어 있습니다
9
9
 
10
10
  ## 2. 플러그인 설치
@@ -1,28 +1,26 @@
1
- # Configuracao do Antigravity
1
+ # Configuração do Antigravity
2
2
 
3
- Como usar o Roblox MCP no [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
3
+ Como usar o Roblox MCP com o [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
4
 
5
- > **Antigravity** e a plataforma de desenvolvimento baseada em agentes do Google, onde agentes de IA realizam tarefas complexas de forma autonoma atraves de edicao de codigo, terminal e navegador.
5
+ > **Antigravity** é a plataforma de desenvolvimento baseada em agentes do Google, em que agentes de IA realizam tarefas complexas de forma autônoma alternando entre edição de código, terminal e navegador.
6
6
 
7
- ## Pre-requisitos
7
+ ## Pré-requisitos
8
8
 
9
- 1. **Antigravity** instalado (suporta macOS, Windows, Linux)
10
- 2. **Plugin do Roblox Studio** instalado
9
+ 1. **Antigravity** instalado (consulte a documentação oficial para SO suportados/requisitos)
10
+ 2. **Node.js** (v18.0.0 ou superior, `npx` disponível)
11
+ 3. **Plugin do Roblox Studio** instalado
11
12
 
12
- ## Registrar o Servidor MCP
13
+ ## Registrar servidor MCP
13
14
 
14
- ### Metodo 1: Instalar pela MCP Store (Recomendado)
15
+ No Antigravity, os servidores MCP são gerenciados no **painel do agente (Agent pane)**.
15
16
 
16
- 1. Inicie o Antigravity
17
- 2. Va para **Settings** → **MCP**
18
- 3. Pesquise por `weppy-roblox-mcp` na MCP Store
19
- 4. Clique em **Install**
17
+ ### Registro manual via raw config (recomendado)
20
18
 
21
- ### Metodo 2: Editar Arquivo de Configuracao Diretamente
19
+ 1. No painel do agente, clique em **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
22
20
 
23
- 1. No Antigravity, clique no menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
21
+ ![Abrir menu MCP Servers](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
24
22
 
25
- 2. Adicione o seguinte conteudo ao arquivo `mcp_config.json`:
23
+ 2. No JSON exibido, adicione/mescle o conteúdo abaixo:
26
24
 
27
25
  ```json
28
26
  {
@@ -35,26 +33,15 @@ Como usar o Roblox MCP no [Google Antigravity](https://developers.googleblog.com
35
33
  }
36
34
  ```
37
35
 
38
- 3. Apos salvar, clique em **Refresh** em **Manage MCP Servers**
36
+ ![Editar raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
39
37
 
40
- **Localizacao do arquivo de configuracao:**
38
+ 3. Após salvar, faça **Refresh** (ou reinicie/atualize conforme a UI orientar)
41
39
 
42
- | SO | Caminho |
43
- |----|---------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
40
+ > O caminho/nome real do arquivo de configuração pode variar conforme o SO e a versão do Antigravity. Sempre edite com base no local indicado em **View raw config**.
46
41
 
47
- ### Metodo 3: Solicitar ao Agente
42
+ ### Opção: Ajustar porta/logs via variáveis de ambiente
48
43
 
49
- Voce tambem pode solicitar diretamente ao Agente do Antigravity:
50
-
51
- ```
52
- Adicione o Roblox MCP (@weppy/roblox-mcp) como servidor MCP
53
- ```
54
-
55
- ## Importante: Use Caminhos Absolutos
56
-
57
- > **Atencao**: O Antigravity nao suporta a variavel `${workspaceFolder}`. Voce deve usar **caminhos absolutos**.
44
+ Recomendamos manter o padrão (HTTP `127.0.0.1:3002`). Se necessário, você pode definir variáveis de ambiente assim:
58
45
 
59
46
  ```json
60
47
  {
@@ -63,68 +50,40 @@ Adicione o Roblox MCP (@weppy/roblox-mcp) como servidor MCP
63
50
  "command": "npx",
64
51
  "args": ["-y", "@weppy/roblox-mcp"],
65
52
  "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
53
+ "HTTP_HOST": "127.0.0.1",
54
+ "HTTP_PORT": "3002",
55
+ "LOG_LEVEL": "INFO"
67
56
  }
68
57
  }
69
58
  }
70
59
  }
71
60
  ```
72
61
 
73
- ## Teste de Conexao
62
+ ## Teste de conexão
74
63
 
75
- 1. Inicie o **Roblox Studio** → Aba Plugins → **W-MCP** → **Connect**
76
- 2. Digite no **Antigravity**:
64
+ 1. Abra o **Roblox Studio** → aba Plugins → **W-MCP** → **Connect**
65
+ 2. No **Antigravity**, digite:
77
66
  ```
78
- Diga-me o que esta selecionado atualmente no Roblox Studio
67
+ Diga-me o que está selecionado atualmente no Roblox Studio
79
68
  ```
80
69
 
81
- ## Utilizando Skills
82
-
83
- Ao usar com o sistema de **Skills** do Antigravity, voce pode criar fluxos de trabalho mais poderosos:
84
-
85
- - Defina fluxos de trabalho de desenvolvimento Roblox por projeto
86
- - Empacote tarefas frequentes como Skills
87
- - O agente planeja, executa e verifica tarefas automaticamente
88
-
89
- ## Modelos Suportados
90
-
91
- Ao usar o Roblox MCP no Antigravity, voce pode escolher os seguintes modelos:
70
+ ## Solução de problemas
92
71
 
93
- | Modelo | Caracteristicas |
94
- |--------|-----------------|
95
- | **Gemini 3 Pro** | Modelo padrao, uso gratuito disponivel |
96
- | **Claude Sonnet 4.5** | Suporte a modelo Anthropic |
97
- | **GPT-OSS** | Suporte a modelo OpenAI |
72
+ ### Se o servidor não iniciar
98
73
 
99
- ## Solucao de Problemas
100
-
101
- ### O servidor nao inicia
102
-
103
- Execute o servidor MCP diretamente para verificar erros:
74
+ Execute o servidor MCP diretamente para verificar o erro:
104
75
  ```bash
105
76
  npx -y @weppy/roblox-mcp
106
77
  ```
107
78
 
108
- ### Falha na conexao
109
-
110
- - Verifique se o plugin do Roblox Studio esta no estado **Connected**
111
- - Verifique se a porta 3002 nao esta bloqueada pelo firewall
112
- - Verifique o status do servidor em Settings → MCP
113
-
114
- ### Erro de caminho absoluto
79
+ ### Falha na conexão
115
80
 
116
- Erros ocorrem ao usar `${workspaceFolder}`. Altere para caminho absoluto:
117
-
118
- ```json
119
- // Incorreto
120
- "args": ["--workspace", "${workspaceFolder}"]
121
-
122
- // ✅ Correto
123
- "args": ["--workspace", "/absolute/path/to/project"]
124
- ```
81
+ - Verifique se o plugin do Roblox Studio está em **Connected**
82
+ - Verifique se a porta **3002** não está bloqueada pelo firewall
83
+ - Verifique o status do servidor no painel do agente **⋯** → **MCP Servers**
84
+ - (Avançado) Se você alterou `HTTP_PORT`, o plugin/bridge do Roblox Studio também precisa usar a mesma porta.
125
85
 
126
- ## Referencias
86
+ ## Materiais de referência
127
87
 
128
- - [Guia de Introducao ao Antigravity](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Guia de Integracao MCP do Antigravity](https://composio.dev/blog/howto-mcp-antigravity)
130
- - [Colecao de Skills do Antigravity](https://github.com/sickn33/antigravity-awesome-skills)
88
+ - [Introdução ao Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
89
+ - [Guia de primeiros passos do Antigravity (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -1,8 +1,8 @@
1
- # Configuracao do Gemini CLI
1
+ # Configuração do Gemini CLI
2
2
 
3
- Como usar o Roblox MCP no [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
3
+ Como usar o Roblox MCP com [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
4
4
 
5
- ## Pre-requisitos
5
+ ## Pré-requisitos
6
6
 
7
7
  1. **Node.js** (v18.0.0 ou superior)
8
8
  ```bash
@@ -16,11 +16,27 @@ Como usar o Roblox MCP no [Google Gemini CLI](https://github.com/google-gemini/g
16
16
 
17
17
  3. **Plugin do Roblox Studio** instalado
18
18
 
19
- ## Registrar o Servidor MCP
19
+ ## Registrar servidor MCP
20
20
 
21
- ### Metodo 1: Editar Arquivo de Configuracao (Recomendado)
21
+ ### Método 1: Comando CLI (Recomendado)
22
22
 
23
- Adicione o seguinte conteudo ao arquivo `.gemini/settings.json`:
23
+ Registre com um único comando no terminal:
24
+
25
+ ```bash
26
+ gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
27
+ ```
28
+
29
+ > A flag `--trust` ignora as solicitações de confirmação para cada chamada de ferramenta.
30
+
31
+ Para registrar globalmente, adicione `-s user`:
32
+
33
+ ```bash
34
+ gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
35
+ ```
36
+
37
+ ### Método 2: Editar arquivo de configuração
38
+
39
+ Adicione o seguinte conteúdo ao arquivo `.gemini/settings.json`:
24
40
 
25
41
  ```json
26
42
  {
@@ -33,16 +49,22 @@ Adicione o seguinte conteudo ao arquivo `.gemini/settings.json`:
33
49
  }
34
50
  ```
35
51
 
36
- **Localizacao do arquivo de configuracao:**
52
+ **Localizações do arquivo de configuração:**
37
53
  | Escopo | Caminho |
38
54
  |--------|---------|
39
55
  | Projeto | `<projeto>/.gemini/settings.json` |
40
56
  | Global | `~/.gemini/settings.json` |
41
57
 
42
- ### Metodo 2: Usar Variaveis de Ambiente
58
+ ### Método 3: Usando variáveis de ambiente
59
+
60
+ Se variáveis de ambiente específicas forem necessárias:
43
61
 
44
- Se variaveis de ambiente especificas forem necessarias:
62
+ **CLI:**
63
+ ```bash
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
65
+ ```
45
66
 
67
+ **Arquivo de configuração:**
46
68
  ```json
47
69
  {
48
70
  "mcpServers": {
@@ -57,71 +79,42 @@ Se variaveis de ambiente especificas forem necessarias:
57
79
  }
58
80
  ```
59
81
 
60
- ## Teste de Conexao
82
+ ## Teste de conexão
61
83
 
62
- 1. Inicie o **Roblox Studio** → Aba Plugins → **W-MCP** → **Connect**
63
- 2. Inicie o **Gemini CLI** e digite:
84
+ 1. Abra o **Roblox Studio** → aba Plugins → **W-MCP** → **Connect**
85
+ 2. Execute o **Gemini CLI** e digite:
64
86
  ```
65
- Diga-me o que esta selecionado atualmente no Roblox Studio
87
+ Me diga o que está selecionado atualmente no Roblox Studio
66
88
  ```
67
89
 
68
- ## Verificar Status do Servidor MCP
90
+ ## Verificar status do servidor MCP
69
91
 
70
- Voce pode verificar o status do servidor conectado com o comando `/mcp` no Gemini CLI:
92
+ Você pode verificar o status dos servidores conectados com o comando `/mcp` no Gemini CLI:
71
93
 
72
94
  ```
73
95
  /mcp
74
96
  ```
75
97
 
76
- ## Configuracao Avancada
77
-
78
- ### Filtragem de Ferramentas
79
-
80
- Voce pode usar ou excluir ferramentas especificas:
81
-
82
- ```json
83
- {
84
- "mcpServers": {
85
- "weppy-roblox-mcp": {
86
- "command": "npx",
87
- "args": ["-y", "@weppy/roblox-mcp"],
88
- "excludeTools": ["execute_script"],
89
- "includeTools": ["get_selection", "create_instance", "set_property"]
90
- }
91
- }
92
- }
93
- ```
94
-
95
- > `excludeTools` tem prioridade sobre `includeTools`.
96
-
97
- ### Modo de Depuracao
98
-
99
- Para depurar problemas de conexao:
100
-
101
- ```bash
102
- gemini --debug
103
- ```
104
-
105
- ## Solucao de Problemas
98
+ ## Solução de problemas
106
99
 
107
- ### O servidor nao inicia
100
+ ### Servidor não inicia
108
101
 
109
102
  Execute o servidor MCP diretamente para verificar erros:
110
103
  ```bash
111
104
  npx -y @weppy/roblox-mcp
112
105
  ```
113
106
 
114
- ### Falha na conexao
107
+ ### Falha na conexão
115
108
 
116
- - Verifique se o plugin do Roblox Studio esta no estado **Connected**
117
- - Verifique se a porta 3002 nao esta bloqueada pelo firewall
109
+ - Verifique se o plugin do Roblox Studio está no estado **Connected**
110
+ - Verifique se a porta 3002 está bloqueada por um firewall
118
111
  - Verifique o status do servidor com o comando `/mcp`
119
112
 
120
- ### Conflito de ferramentas
113
+ ### Conflitos de ferramentas
121
114
 
122
- Se varios servidores MCP tiverem ferramentas com o mesmo nome, elas serao prefixadas no formato `serverAlias__toolName`.
115
+ Se vários servidores MCP tiverem ferramentas com o mesmo nome, elas receberão o prefixo no formato `serverAlias__toolName`.
123
116
 
124
- ## Referencias
117
+ ## Referências
125
118
 
126
- - [Documentacao Oficial de MCP do Gemini CLI](https://geminicli.com/docs/tools/mcp-server/)
127
- - [Guia de Configuracao do Gemini CLI](https://geminicli.com/docs/get-started/configuration/)
119
+ - [Documentação oficial do Gemini CLI MCP](https://geminicli.com/docs/tools/mcp-server/)
120
+ - [Guia de configuração do Gemini CLI](https://geminicli.com/docs/get-started/configuration/)
@@ -4,7 +4,7 @@ Como instalar o plugin para conectar com agentes de IA no Roblox Studio.
4
4
 
5
5
  ## 1. Baixar o Plugin
6
6
 
7
- 1. Baixe `weppy-roblox-mcp-basic.zip` em [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Baixe `weppy-roblox-mcp-basic-v{versão}.zip` em [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
8
  2. Extraia o arquivo ZIP — voce encontrara o arquivo `roblox-plugin/WeppyRobloxMCP.rbxm` e guias de instalacao
9
9
 
10
10
  ## 2. Instalar o Plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weppy/roblox-mcp",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time",
5
5
  "main": "plugins/weppy-roblox-mcp/dist/index.js",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weppy-roblox-mcp",
3
3
  "description": "MCP server for Roblox Studio integration - 130+ tools for AI-powered game development with specialized agents and skills",
4
- "version": "0.1.9",
4
+ "version": "0.1.11",
5
5
  "author": {
6
6
  "name": "hope1026"
7
7
  },