@weppy/roblox-mcp 0.1.8 → 0.1.10
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/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +17 -0
- package/README.md +38 -26
- package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
- package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
- package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
- package/docs/en/installation/README.md +51 -0
- package/docs/en/installation/ai-apps/antigravity.md +89 -0
- package/docs/en/installation/roblox-plugin.md +7 -7
- package/docs/en/pro-upgrade.md +5 -6
- package/docs/en/tools/overview.md +87 -230
- package/docs/es/README.md +27 -28
- package/docs/es/installation/README.md +44 -0
- package/docs/es/installation/ai-apps/antigravity.md +89 -0
- package/docs/es/installation/roblox-plugin.md +7 -7
- package/docs/es/pro-upgrade.md +5 -6
- package/docs/es/tools/overview.md +88 -231
- package/docs/id/README.md +39 -27
- package/docs/id/installation/README.md +51 -0
- package/docs/id/installation/ai-apps/antigravity.md +89 -0
- package/docs/id/installation/roblox-plugin.md +7 -7
- package/docs/id/pro-upgrade.md +5 -6
- package/docs/id/tools/overview.md +88 -231
- package/docs/ja/README.md +40 -28
- package/docs/ja/installation/README.md +51 -0
- package/docs/ja/installation/ai-apps/antigravity.md +89 -0
- package/docs/ja/installation/roblox-plugin.md +7 -7
- package/docs/ja/pro-upgrade.md +5 -6
- package/docs/ja/tools/overview.md +88 -231
- package/docs/ko/README.md +39 -27
- package/docs/ko/installation/README.md +51 -0
- package/docs/ko/installation/ai-apps/antigravity.md +88 -0
- package/docs/ko/installation/roblox-plugin.md +7 -7
- package/docs/ko/pro-upgrade.md +5 -6
- package/docs/ko/tools/overview.md +88 -231
- package/docs/pt-br/README.md +39 -27
- package/docs/pt-br/installation/README.md +51 -0
- package/docs/pt-br/installation/ai-apps/antigravity.md +89 -0
- package/docs/pt-br/installation/roblox-plugin.md +7 -7
- package/docs/pt-br/pro-upgrade.md +5 -6
- package/docs/pt-br/tools/overview.md +88 -231
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +9 -4
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
- package/docs/en/installation/antigravity.md +0 -130
- package/docs/es/installation/antigravity.md +0 -130
- package/docs/id/installation/antigravity.md +0 -130
- package/docs/ja/installation/antigravity.md +0 -130
- package/docs/ko/installation/antigravity.md +0 -130
- package/docs/pt-br/installation/antigravity.md +0 -130
- /package/docs/en/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/en/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/en/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/en/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/en/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
- /package/docs/es/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/es/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/es/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/es/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/es/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
- /package/docs/id/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/id/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/id/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/id/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/id/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
- /package/docs/ja/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/ja/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/ja/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/ja/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/ja/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
- /package/docs/ko/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/ko/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/ko/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/ko/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/ko/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
- /package/docs/pt-br/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
- /package/docs/pt-br/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
- /package/docs/pt-br/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
- /package/docs/pt-br/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
- /package/docs/pt-br/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
# Configuracao do Antigravity
|
|
2
|
-
|
|
3
|
-
Como usar o Roblox MCP no [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
|
|
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.
|
|
6
|
-
|
|
7
|
-
## Pre-requisitos
|
|
8
|
-
|
|
9
|
-
1. **Antigravity** instalado (suporta macOS, Windows, Linux)
|
|
10
|
-
2. **Plugin do Roblox Studio** instalado
|
|
11
|
-
|
|
12
|
-
## Registrar o Servidor MCP
|
|
13
|
-
|
|
14
|
-
### Metodo 1: Instalar pela MCP Store (Recomendado)
|
|
15
|
-
|
|
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**
|
|
20
|
-
|
|
21
|
-
### Metodo 2: Editar Arquivo de Configuracao Diretamente
|
|
22
|
-
|
|
23
|
-
1. No Antigravity, clique no menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
|
|
24
|
-
|
|
25
|
-
2. Adicione o seguinte conteudo ao arquivo `mcp_config.json`:
|
|
26
|
-
|
|
27
|
-
```json
|
|
28
|
-
{
|
|
29
|
-
"mcpServers": {
|
|
30
|
-
"weppy-roblox-mcp": {
|
|
31
|
-
"command": "npx",
|
|
32
|
-
"args": ["-y", "@weppy/roblox-mcp"]
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
3. Apos salvar, clique em **Refresh** em **Manage MCP Servers**
|
|
39
|
-
|
|
40
|
-
**Localizacao do arquivo de configuracao:**
|
|
41
|
-
|
|
42
|
-
| SO | Caminho |
|
|
43
|
-
|----|---------|
|
|
44
|
-
| macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
|
|
45
|
-
| Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
|
|
46
|
-
|
|
47
|
-
### Metodo 3: Solicitar ao Agente
|
|
48
|
-
|
|
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**.
|
|
58
|
-
|
|
59
|
-
```json
|
|
60
|
-
{
|
|
61
|
-
"mcpServers": {
|
|
62
|
-
"weppy-roblox-mcp": {
|
|
63
|
-
"command": "npx",
|
|
64
|
-
"args": ["-y", "@weppy/roblox-mcp"],
|
|
65
|
-
"env": {
|
|
66
|
-
"PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
## Teste de Conexao
|
|
74
|
-
|
|
75
|
-
1. Inicie o **Roblox Studio** → Aba Plugins → **W-MCP** → **Connect**
|
|
76
|
-
2. Digite no **Antigravity**:
|
|
77
|
-
```
|
|
78
|
-
Diga-me o que esta selecionado atualmente no Roblox Studio
|
|
79
|
-
```
|
|
80
|
-
|
|
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:
|
|
92
|
-
|
|
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 |
|
|
98
|
-
|
|
99
|
-
## Solucao de Problemas
|
|
100
|
-
|
|
101
|
-
### O servidor nao inicia
|
|
102
|
-
|
|
103
|
-
Execute o servidor MCP diretamente para verificar erros:
|
|
104
|
-
```bash
|
|
105
|
-
npx -y @weppy/roblox-mcp
|
|
106
|
-
```
|
|
107
|
-
|
|
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
|
|
115
|
-
|
|
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
|
-
```
|
|
125
|
-
|
|
126
|
-
## Referencias
|
|
127
|
-
|
|
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)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|