mcp-server-motherduck 0.2.0__py3-none-any.whl → 0.2.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,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mcp-server-motherduck
3
- Version: 0.2.0
4
- Summary: A MCP server for MotherDuck
3
+ Version: 0.2.1
4
+ Summary: A MCP server for MotherDuck and local DuckDB
5
5
  Author-email: tdoehmen <till@motherduck.com>
6
6
  Requires-Python: >=3.10
7
7
  Requires-Dist: duckdb>=1.1.3
@@ -40,23 +40,21 @@ When using MotherDuck, you also need to set a [MotherDuck token](https://motherd
40
40
  On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
41
41
  On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
42
42
 
43
- <details>
44
- <summary>Published Servers Configuration</summary>
45
- ```
46
- "mcpServers": {
47
- "mcp-server-motherduck": {
48
- "command": "uvx",
49
- "args": [
50
- "mcp-server-motherduck"
51
- ],
52
- "env": {
53
- "motherduck_token": "",
54
- "HOME": ""
55
- }
43
+ ### Servers Configuration
44
+ ```
45
+ "mcpServers": {
46
+ "mcp-server-motherduck": {
47
+ "command": "uvx",
48
+ "args": [
49
+ "mcp-server-motherduck"
50
+ ],
51
+ "env": {
52
+ "motherduck_token": "",
53
+ "HOME": ""
56
54
  }
57
55
  }
58
- ```
59
- </details>
56
+ }
57
+ ```
60
58
 
61
59
  ## Development
62
60
 
@@ -0,0 +1,6 @@
1
+ mcp_server_motherduck/__init__.py,sha256=KNZ1bD9ZGfyZwlv91Ueeega_1lsRDLs2fYQDgNbBdtc,212
2
+ mcp_server_motherduck/server.py,sha256=Ahg2Y4dbEYXVlYeb-HOMkjj8JaRJUVRs8g_-Fh8ezbQ,77014
3
+ mcp_server_motherduck-0.2.1.dist-info/METADATA,sha256=tKiYPYZyLctmhGPPrPEU6tInQQ5MVLZVKR1L781uqzc,3272
4
+ mcp_server_motherduck-0.2.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
5
+ mcp_server_motherduck-0.2.1.dist-info/entry_points.txt,sha256=dRTgcvWJn40bz0PVuKPylK6w92cFN32lwunZOgo5j4s,69
6
+ mcp_server_motherduck-0.2.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- mcp_server_motherduck/__init__.py,sha256=KNZ1bD9ZGfyZwlv91Ueeega_1lsRDLs2fYQDgNbBdtc,212
2
- mcp_server_motherduck/server.py,sha256=Ahg2Y4dbEYXVlYeb-HOMkjj8JaRJUVRs8g_-Fh8ezbQ,77014
3
- mcp_server_motherduck-0.2.0.dist-info/METADATA,sha256=YsfTGiygwp5FcHoLWTB2k7RN6KwLt6KHXLE9OsliNrI,3332
4
- mcp_server_motherduck-0.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
5
- mcp_server_motherduck-0.2.0.dist-info/entry_points.txt,sha256=dRTgcvWJn40bz0PVuKPylK6w92cFN32lwunZOgo5j4s,69
6
- mcp_server_motherduck-0.2.0.dist-info/RECORD,,