adbpg-mcp-server 1.0.1__tar.gz → 1.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
- Name: adbpg-mcp-server
3
- Version: 1.0.1
2
+ Name: adbpg_mcp_server
3
+ Version: 1.0.3
4
4
  Summary: ADBPG MCP Server
5
5
  Home-page: https://github.com/aliyun/alibabacloud-adbpg-mcp-server
6
6
  Author: Yutian Qiu
@@ -12,6 +12,7 @@ Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: psycopg>=3.1.0
15
+ Requires-Dist: psycopg-binary>=3.1.0
15
16
  Requires-Dist: mcp>=1.4.0
16
17
  Requires-Dist: pydantic>=2.0.0
17
18
  Requires-Dist: python-dotenv>=1.0.0
@@ -0,0 +1 @@
1
+ name = "adbpg_mcp_server"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
- Name: adbpg-mcp-server
3
- Version: 1.0.1
2
+ Name: adbpg_mcp_server
3
+ Version: 1.0.3
4
4
  Summary: ADBPG MCP Server
5
5
  Home-page: https://github.com/aliyun/alibabacloud-adbpg-mcp-server
6
6
  Author: Yutian Qiu
@@ -12,6 +12,7 @@ Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: psycopg>=3.1.0
15
+ Requires-Dist: psycopg-binary>=3.1.0
15
16
  Requires-Dist: mcp>=1.4.0
16
17
  Requires-Dist: pydantic>=2.0.0
17
18
  Requires-Dist: python-dotenv>=1.0.0
@@ -1,8 +1,8 @@
1
1
  LICENSE
2
2
  README.md
3
3
  setup.py
4
- adbpg-mcp-server/__init__.py
5
- adbpg-mcp-server/adbpg_mcp_server.py
4
+ adbpg_mcp_server/__init__.py
5
+ adbpg_mcp_server/adbpg_mcp_server.py
6
6
  adbpg_mcp_server.egg-info/PKG-INFO
7
7
  adbpg_mcp_server.egg-info/SOURCES.txt
8
8
  adbpg_mcp_server.egg-info/dependency_links.txt
@@ -1,4 +1,5 @@
1
1
  psycopg>=3.1.0
2
+ psycopg-binary>=3.1.0
2
3
  mcp>=1.4.0
3
4
  pydantic>=2.0.0
4
5
  python-dotenv>=1.0.0
@@ -0,0 +1 @@
1
+ adbpg_mcp_server
@@ -4,8 +4,8 @@ with open("README.md", "r") as fh:
4
4
  long_description = fh.read()
5
5
 
6
6
  setuptools.setup(
7
- name="adbpg-mcp-server",
8
- version="1.0.1",
7
+ name="adbpg_mcp_server",
8
+ version="1.0.3",
9
9
  author="Yutian Qiu",
10
10
  author_email="qiuytian@gmail.com",
11
11
  description="ADBPG MCP Server",
@@ -15,6 +15,7 @@ setuptools.setup(
15
15
  packages=setuptools.find_packages(),
16
16
  install_requires=[
17
17
  "psycopg>=3.1.0",
18
+ "psycopg-binary>=3.1.0",
18
19
  "mcp>=1.4.0",
19
20
  "pydantic>=2.0.0",
20
21
  "python-dotenv>=1.0.0",
@@ -1 +0,0 @@
1
- name = "adbpg-mcp-server"
@@ -1 +0,0 @@
1
- adbpg-mcp-server