You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.6.0) [Computer software]. https://github.com/sepinetam/stata-mcp
131
+
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.5.3) [Computer software]. https://github.com/sepinetam/stata-mcp
135
132
```
136
133
137
134
### Chicago
138
135
```
139
-
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.6.0. https://github.com/sepinetam/stata-mcp.
136
+
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.5.3. https://github.com/sepinetam/stata-mcp.
在执行 do-file 时若出现小错误,模型往往难以自行解决,从而不断尝试(通常是错误方法),形成死循环。这通常源于其对 Stata 语法的不熟悉。
18
+
19
+
---
20
+
21
+
# Known Problems
22
+
The following issues have been observed in this project. Feel free to open an issue or submit a PR if you discover more.
23
+
24
+
## Laziness
25
+
Without well-crafted prompts (and sometimes even with them), the model tends to act lazily when using Stata-MCP:
26
+
- It skips reading log files during execution;
27
+
- After log reading is added to the do-file, it may only write the do-file without running it;
28
+
- Even when all steps are combined, the model might output the code as plain text instead of actually writing a do-file.
29
+
30
+
## Butterfly Effect
31
+
When a minor error occurs while running a do-file, the model often fails to resolve it and keeps trying incorrect fixes, leading to an infinite loop. This behavior usually stems from limited familiarity with Stata syntax.
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.6.0) [Computer software]. https://github.com/sepinetam/stata-mcp
132
+
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.5.3) [Computer software]. https://github.com/sepinetam/stata-mcp
136
133
```
137
134
138
135
### Chicago
139
136
```
140
-
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.6.0. https://github.com/sepinetam/stata-mcp.
137
+
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.5.3. https://github.com/sepinetam/stata-mcp.
> La configuration standard nécessite que Stata soit installé sur le chemin par défaut et que l'interface en ligne de commande de Stata (pour macOS et Linux) soit disponible.
@@ -45,7 +46,6 @@ Le fichier json de configuration standard est le suivant, vous pouvez personnali
45
46
```
46
47
47
48
Pour des informations d'utilisation plus détaillées, consultez le [guide d'utilisation](../../Usages/Usage.md).
48
-
Les valeurs de configuration sont stockées dans `~/.stata-mcp/config.toml`. Consultez le [guide de configuration](../../Usages/Configuration.md) pour plus de détails.
49
49
50
50
Et pour une utilisation avancée, visitez le [Guide avancé](../../Usages/Advanced.md)
51
51
@@ -60,7 +60,6 @@ Pour la nouvelle version, il n'est plus nécessaire d'installer le paquet `stata
60
60
```bash
61
61
uvx stata-mcp --usable
62
62
uvx stata-mcp --version
63
-
uvx stata-mcp --webui
64
63
```
65
64
66
65
Si vous souhaitez l'utiliser localement, vous pouvez l'installer via pip ou télécharger le code source puis le compiler.
@@ -81,12 +80,11 @@ Vous trouverez ensuite le binaire `stata-mcp` compilé dans le répertoire `dist
81
80
82
81
Par exemple:
83
82
```bash
84
-
uvx /path/to/your/whl/stata_mcp-1.6.0-py3-non-any.whl # modifiez le nom du fichier selon votre version
83
+
uvx /path/to/your/whl/stata_mcp-1.5.3-py3-non-any.whl # modifiez le nom du fichier selon votre version
85
84
```
86
85
87
86
## 📝 Documentation
88
87
- Pour des informations d'utilisation plus détaillées, consultez le [guide d'utilisation](../../Usages/Usage.md).
89
-
- Consultez le [guide de configuration](../../Usages/Configuration.md) pour modifier le fichier de configuration.
90
88
- Utilisation avancée, visitez le [Guide avancé](../../Usages/Advanced.md)
91
89
- Quelques questions, visitez les [Questions](../../Usages/Questions.md)
92
90
- Différence avec [Stata-MCP@hanlulong](https://github.com/hanlulong/stata-mcp), visitez la [Différence](../../Difference.md)
@@ -124,18 +122,18 @@ Si vous utilisez Stata-MCP dans vos recherches, veuillez citer ce référentiel
124
122
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.6.0) [Computer software]. https://github.com/sepinetam/stata-mcp
131
+
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.5.3) [Computer software]. https://github.com/sepinetam/stata-mcp
134
132
```
135
133
136
134
### Chicago
137
135
```
138
-
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.6.0. https://github.com/sepinetam/stata-mcp.
136
+
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.5.3. https://github.com/sepinetam/stata-mcp.
> La configuración estándar requiere que Stata esté instalado en la ruta predeterminada y que exista la interfaz de línea de comandos de Stata (para macOS y Linux).
@@ -45,7 +46,6 @@ El archivo json de configuración estándar es el siguiente; puedes personalizar
45
46
```
46
47
47
48
Para información más detallada sobre el uso, visita la [guía de Uso](../../Usages/Usage.md).
48
-
Los valores de configuración se almacenan en `~/.stata-mcp/config.toml`. Consulta la [guía de Configuración](../../Usages/Configuration.md) para más detalles.
49
49
50
50
Y para un uso más avanzado, visita la [Guía avanzada](../../Usages/Advanced.md)
51
51
@@ -60,7 +60,6 @@ Para la nueva versión, no necesitas instalar el paquete `stata-mcp` de nuevo; s
60
60
```bash
61
61
uvx stata-mcp --usable
62
62
uvx stata-mcp --version
63
-
uvx stata-mcp --webui
64
63
```
65
64
66
65
Si deseas usarlo de forma local, puedes instalarlo mediante pip o descargar el código fuente y compilarlo.
@@ -81,12 +80,11 @@ A continuación, encontrarás el binario `stata-mcp` compilado en el directorio
81
80
82
81
Por ejemplo:
83
82
```bash
84
-
uvx /path/to/your/whl/stata_mcp-1.6.0-py3-non-any.whl # cambia el nombre del archivo según tu versión
83
+
uvx /path/to/your/whl/stata_mcp-1.5.3-py3-non-any.whl # cambia el nombre del archivo según tu versión
85
84
```
86
85
87
86
## 📝 Documentación
88
87
- Para información más detallada sobre el uso, visita la [guía de Uso](../../Usages/Usage.md).
89
-
- Consulta la [guía de Configuración](../../Usages/Configuration.md) para editar el archivo de configuración.
90
88
- Uso avanzado, visita la [Guía avanzada](../../Usages/Advanced.md)
91
89
- Algunas preguntas, visita las [Preguntas](../../Usages/Questions.md)
92
90
- Diferencia con [Stata-MCP@hanlulong](https://github.com/hanlulong/stata-mcp), visita las [Diferencias](../../Difference.md)
@@ -124,18 +122,18 @@ Si utilizas Stata-MCP en tu investigación, por favor cita este repositorio util
124
122
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.6.0) [Computer software]. https://github.com/sepinetam/stata-mcp
131
+
Song Tan. (2025). Stata-MCP: Let LLM help you achieve your regression analysis with Stata (Version 1.5.3) [Computer software]. https://github.com/sepinetam/stata-mcp
134
132
```
135
133
136
134
### Chicago
137
135
```
138
-
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.6.0. https://github.com/sepinetam/stata-mcp.
136
+
Song Tan. 2025. "Stata-MCP: Let LLM help you achieve your regression analysis with Stata." Version 1.5.3. https://github.com/sepinetam/stata-mcp.
0 commit comments