mcp-db-server 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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
2
  Name: mcp-db-server
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: MCP Database Server with read-only access
5
5
  Author-email: Suphachai Phetthamrong <suphachaiphetthamrong@gmail.com>
6
6
  License: MIT
@@ -26,7 +26,7 @@ A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server implem
26
26
 
27
27
  ## Project Structure
28
28
 
29
- - `mcp_db/`: Main Python package for the MCP server.
29
+ - `mcp_db_server/`: Main Python package for the MCP server.
30
30
  - `__init__.py`: Entry point and server initialization.
31
31
  - `db/`: Repository implementations (`sqlite_repository.py`, `mysql_repository.py`).
32
32
  - `seed.py`: Utility script to populate the database (write access).
@@ -0,0 +1,11 @@
1
+ mcp_db_server/__init__.py,sha256=rdcWMopNmlamECdOnL9EK3h2V1RjOHKVAujwG7agaws,2028
2
+ mcp_db_server/__main__.py,sha256=5BjNuyet8AY-POwoF5rGt722rHQ7tJ0Vf0UFUfzzi-I,58
3
+ mcp_db_server/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ mcp_db_server/db/mysql_repository.py,sha256=Lz6XCKl3JGGt07vToqHjA-2gZw8oTDJwxgUez0YBqjM,4250
5
+ mcp_db_server/db/repository.py,sha256=LnX1P1zkAIJGickWzzsHP0Q1rxQIPH136fhJ8CiXBAs,567
6
+ mcp_db_server/db/sqlite_repository.py,sha256=vhcINgMrl7V5B95z8wXqUfb_d9xavOZuhSaM6XpYnwo,3392
7
+ mcp_db_server-0.1.3.dist-info/METADATA,sha256=E1klydo-md-XPIpIAEt2Wo7lWdtNvVLjXWuqtsBTLvM,3357
8
+ mcp_db_server-0.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
9
+ mcp_db_server-0.1.3.dist-info/entry_points.txt,sha256=UR4PJ-mgZKsK0rbCvGR6KYeqRBSm6IGJQmysCcT9PnE,53
10
+ mcp_db_server-0.1.3.dist-info/top_level.txt,sha256=v6KqiWNuP6BIe9gWVzUgao25in7bbaneVxOZW_N3LUQ,14
11
+ mcp_db_server-0.1.3.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ mcp-db-server = mcp_db_server:main
@@ -0,0 +1 @@
1
+ mcp_db_server
@@ -1,11 +0,0 @@
1
- mcp_db/__init__.py,sha256=rdcWMopNmlamECdOnL9EK3h2V1RjOHKVAujwG7agaws,2028
2
- mcp_db/__main__.py,sha256=5BjNuyet8AY-POwoF5rGt722rHQ7tJ0Vf0UFUfzzi-I,58
3
- mcp_db/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- mcp_db/db/mysql_repository.py,sha256=Lz6XCKl3JGGt07vToqHjA-2gZw8oTDJwxgUez0YBqjM,4250
5
- mcp_db/db/repository.py,sha256=LnX1P1zkAIJGickWzzsHP0Q1rxQIPH136fhJ8CiXBAs,567
6
- mcp_db/db/sqlite_repository.py,sha256=vhcINgMrl7V5B95z8wXqUfb_d9xavOZuhSaM6XpYnwo,3392
7
- mcp_db_server-0.1.2.dist-info/METADATA,sha256=gppa1Ysl9KbhQIXlvBWu9CPyaeo5HisVigGLxEdpyvw,3350
8
- mcp_db_server-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
9
- mcp_db_server-0.1.2.dist-info/entry_points.txt,sha256=qN9P3dASEiU0o8GhYs0BnjIKvbSWMfN-lg_umf7pxv8,46
10
- mcp_db_server-0.1.2.dist-info/top_level.txt,sha256=wa9y_vyck-Oo9Buu_I3LAZW9RIpl25S0Gsrl-d4ytOo,7
11
- mcp_db_server-0.1.2.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- mcp-db-server = mcp_db:main
@@ -1 +0,0 @@
1
- mcp_db
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes