mcp-server-motherduck 0.2.0__tar.gz → 0.2.1__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 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
 
@@ -30,23 +30,21 @@ When using MotherDuck, you also need to set a [MotherDuck token](https://motherd
30
30
  On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
31
31
  On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
32
32
 
33
- <details>
34
- <summary>Published Servers Configuration</summary>
35
- ```
36
- "mcpServers": {
37
- "mcp-server-motherduck": {
38
- "command": "uvx",
39
- "args": [
40
- "mcp-server-motherduck"
41
- ],
42
- "env": {
43
- "motherduck_token": "",
44
- "HOME": ""
45
- }
33
+ ### Servers Configuration
34
+ ```
35
+ "mcpServers": {
36
+ "mcp-server-motherduck": {
37
+ "command": "uvx",
38
+ "args": [
39
+ "mcp-server-motherduck"
40
+ ],
41
+ "env": {
42
+ "motherduck_token": "",
43
+ "HOME": ""
46
44
  }
47
45
  }
48
- ```
49
- </details>
46
+ }
47
+ ```
50
48
 
51
49
  ## Development
52
50
 
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "mcp-server-motherduck"
3
- version = "0.2.0"
4
- description = "A MCP server for MotherDuck "
3
+ version = "0.2.1"
4
+ description = "A MCP server for MotherDuck and local DuckDB"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
7
  dependencies = [ "mcp>=1.0.0", "duckdb>=1.1.3" ]
@@ -179,7 +179,7 @@ wheels = [
179
179
 
180
180
  [[package]]
181
181
  name = "mcp-server-motherduck"
182
- version = "0.2.0"
182
+ version = "0.2.1"
183
183
  source = { editable = "." }
184
184
  dependencies = [
185
185
  { name = "duckdb" },