mcp-server-motherduck 0.6.0__py3-none-any.whl → 0.6.1__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.

Potentially problematic release.


This version of mcp-server-motherduck might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  from typing import Any
2
2
 
3
- SERVER_VERSION = "0.6.0"
3
+ SERVER_VERSION = "0.6.1"
4
4
 
5
5
  SERVER_LOCALHOST = "127.0.0.1"
6
6
 
@@ -101,11 +101,6 @@ class DatabaseClient:
101
101
  if db_path == ":memory:":
102
102
  return db_path, "duckdb"
103
103
 
104
- # Handle local database paths as the last check
105
- if not os.path.exists(db_path):
106
- raise FileNotFoundError(
107
- f"The local database path `{db_path}` does not exist."
108
- )
109
104
  return db_path, "duckdb"
110
105
 
111
106
  def _execute(self, query: str) -> str:
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-motherduck
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: A MCP server for MotherDuck and local DuckDB
5
5
  Author-email: tdoehmen <till@motherduck.com>
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.10
8
8
  Requires-Dist: anyio>=4.8.0
9
9
  Requires-Dist: click>=8.1.8
10
- Requires-Dist: duckdb==1.3.0
10
+ Requires-Dist: duckdb==1.3.1
11
11
  Requires-Dist: mcp>=1.9.4
12
12
  Requires-Dist: starlette>=0.46.1
13
13
  Requires-Dist: tabulate>=0.9.0
@@ -0,0 +1,10 @@
1
+ mcp_server_motherduck/__init__.py,sha256=vogjO-bwHYZFut85eeiVmRepamcWHk8bImri_kBKZMU,6026
2
+ mcp_server_motherduck/configs.py,sha256=751VWhE8qm71zb10gPEMYmuN5C2HCH_MKaOAR6y4x3g,771
3
+ mcp_server_motherduck/database.py,sha256=yx07lz_vpCzuYflkQ1FXJMA9gRjDkgg0hFbdmZx2s_s,4684
4
+ mcp_server_motherduck/prompt.py,sha256=P7BrmhVXwDkPeSHQ3f25WMP6lpBpN2BxDzYPOQ3fxX8,56699
5
+ mcp_server_motherduck/server.py,sha256=U1LM2oQ36gO_pAZuez9HV_u8YDWdER8tQIdDbiXfzx0,5232
6
+ mcp_server_motherduck-0.6.1.dist-info/METADATA,sha256=fljNXrkiegDXZKW1H7OK9rnIzwQ3h1jRS4vjim-O8ZI,13718
7
+ mcp_server_motherduck-0.6.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ mcp_server_motherduck-0.6.1.dist-info/entry_points.txt,sha256=dRTgcvWJn40bz0PVuKPylK6w92cFN32lwunZOgo5j4s,69
9
+ mcp_server_motherduck-0.6.1.dist-info/licenses/LICENSE,sha256=Tj68w9jCiceFKTvZ3jET-008NjhozcQMXpm-fyL9WUI,1067
10
+ mcp_server_motherduck-0.6.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- mcp_server_motherduck/__init__.py,sha256=vogjO-bwHYZFut85eeiVmRepamcWHk8bImri_kBKZMU,6026
2
- mcp_server_motherduck/configs.py,sha256=0owM37f8Vw0Ieqc4eKP7HNrp_W40PcivmlRaaMR4uB0,771
3
- mcp_server_motherduck/database.py,sha256=RQeVFSL5Uo5hyuysSeJPkz_fCQHijHJYTnBBdPvemvU,4902
4
- mcp_server_motherduck/prompt.py,sha256=P7BrmhVXwDkPeSHQ3f25WMP6lpBpN2BxDzYPOQ3fxX8,56699
5
- mcp_server_motherduck/server.py,sha256=U1LM2oQ36gO_pAZuez9HV_u8YDWdER8tQIdDbiXfzx0,5232
6
- mcp_server_motherduck-0.6.0.dist-info/METADATA,sha256=eJkdX5OBln_0ZGYagtyUiqj5AEIHs1Y4tMdN3uDofAc,13718
7
- mcp_server_motherduck-0.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- mcp_server_motherduck-0.6.0.dist-info/entry_points.txt,sha256=dRTgcvWJn40bz0PVuKPylK6w92cFN32lwunZOgo5j4s,69
9
- mcp_server_motherduck-0.6.0.dist-info/licenses/LICENSE,sha256=Tj68w9jCiceFKTvZ3jET-008NjhozcQMXpm-fyL9WUI,1067
10
- mcp_server_motherduck-0.6.0.dist-info/RECORD,,