aigroup-stata-mcp 1.0.1__tar.gz → 1.0.5__tar.gz
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.
Potentially problematic release.
This version of aigroup-stata-mcp might be problematic. Click here for more details.
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/PKG-INFO +1 -1
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/pyproject.toml +3 -3
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/__init__.py +1 -1
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/cli/_cli.py +2 -1
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Installer/installer.py +3 -3
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/.gitignore +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/LICENSE +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/README.md +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/cli/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/data_info/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/data_info/_base.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/data_info/csv.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/data_info/dta.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_controller/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_controller/controller.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_do/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_do/do.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/base.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/finder.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/linux.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/macos.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/windows.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/main.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/prompts/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/prompts/core_prompts.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/core_tools.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/file_tools.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/stata_tools.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Installer/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Prompt/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Prompt/string.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/__init__.py +0 -0
- {aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/usable.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aigroup-stata-mcp
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A Stata integration server based on Model Context Protocol (MCP) that allows AI assistants to execute Stata scripts, fetch data information, and run statistical analysis.
|
|
5
5
|
Author-email: jackdark425 <jackdark425@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "aigroup-stata-mcp"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.5"
|
|
4
4
|
description = "A Stata integration server based on Model Context Protocol (MCP) that allows AI assistants to execute Stata scripts, fetch data information, and run statistical analysis."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -32,10 +32,10 @@ dependencies = [
|
|
|
32
32
|
]
|
|
33
33
|
|
|
34
34
|
[project.scripts]
|
|
35
|
-
stata-mcp = "
|
|
35
|
+
aigroup-stata-mcp = "stata_mcp.cli._cli:main"
|
|
36
36
|
|
|
37
37
|
[project.entry-points."mcp.server"]
|
|
38
|
-
stata-mcp = "
|
|
38
|
+
aigroup-stata-mcp = "stata_mcp.server.main:stata_server"
|
|
39
39
|
|
|
40
40
|
[build-system]
|
|
41
41
|
requires = ["hatchling"]
|
|
@@ -8,7 +8,7 @@ try:
|
|
|
8
8
|
__version__ = version("aigroup-stata-mcp")
|
|
9
9
|
except PackageNotFoundError:
|
|
10
10
|
# Fallback for development mode when package is not installed
|
|
11
|
-
__version__ = "1.0.
|
|
11
|
+
__version__ = "1.0.5"
|
|
12
12
|
|
|
13
13
|
__author__ = "jackdark425 <jackdark425@gmail.com>"
|
|
14
14
|
__team__ = "aigroup"
|
|
@@ -28,7 +28,7 @@ def get_version() -> str:
|
|
|
28
28
|
def main() -> None:
|
|
29
29
|
"""Entry point for the command line interface."""
|
|
30
30
|
parser = argparse.ArgumentParser(
|
|
31
|
-
prog="stata-mcp",
|
|
31
|
+
prog="aigroup-stata-mcp",
|
|
32
32
|
description="Stata-MCP command line interface",
|
|
33
33
|
add_help=True)
|
|
34
34
|
parser.add_argument(
|
|
@@ -65,6 +65,7 @@ def main() -> None:
|
|
|
65
65
|
args = parser.parse_args()
|
|
66
66
|
|
|
67
67
|
if args.usable:
|
|
68
|
+
# Use absolute imports for installed package
|
|
68
69
|
from stata_mcp.utils.usable import usable
|
|
69
70
|
sys.exit(usable())
|
|
70
71
|
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Installer/installer.py
RENAMED
|
@@ -13,7 +13,7 @@ class Installer:
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
def __init__(self, sys_os, is_env=False):
|
|
16
|
-
|
|
16
|
+
"""简要描述函数功能"""
|
|
17
17
|
self.config_file_path: str = None
|
|
18
18
|
if sys_os == "Darwin":
|
|
19
19
|
self.config_file_path = os.path.expanduser(
|
|
@@ -42,13 +42,13 @@ class Installer:
|
|
|
42
42
|
self.stata_mcp_config = {
|
|
43
43
|
"stata-mcp": {
|
|
44
44
|
"command": "uvx",
|
|
45
|
-
"args": ["stata-mcp"],
|
|
45
|
+
"args": ["aigroup-stata-mcp"],
|
|
46
46
|
"env": {"STATA_CLI": stata_cli},
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
def install(self):
|
|
51
|
-
|
|
51
|
+
"""简要描述函数功能"""
|
|
52
52
|
server_cfg = self.stata_mcp_config["stata-mcp"]
|
|
53
53
|
stata_cli_path = server_cfg["env"]["STATA_CLI"]
|
|
54
54
|
print("About to install the following MCP server into your Claude config:\n")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/data_info/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_do/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/base.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/finder.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/linux.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/macos.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/core/stata/stata_finder/windows.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/prompts/__init__.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/prompts/core_prompts.py
RENAMED
|
File without changes
|
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/core_tools.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/file_tools.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/server/tools/stata_tools.py
RENAMED
|
File without changes
|
{aigroup_stata_mcp-1.0.1 → aigroup_stata_mcp-1.0.5}/src/stata_mcp/utils/Installer/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|