mcp-server-motherduck 0.4.3__tar.gz → 0.5__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.
@@ -56,7 +56,7 @@
56
56
  <workItem from="1744447107447" duration="7470000" />
57
57
  <workItem from="1744787944049" duration="599000" />
58
58
  <workItem from="1744896732489" duration="6070000" />
59
- <workItem from="1747725447463" duration="540000" />
59
+ <workItem from="1747725447463" duration="1217000" />
60
60
  </task>
61
61
  <servers />
62
62
  </component>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-motherduck
3
- Version: 0.4.3
3
+ Version: 0.5
4
4
  Summary: A MCP server for MotherDuck and local DuckDB
5
5
  Author-email: tdoehmen <till@motherduck.com>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mcp-server-motherduck"
3
- version = "0.4.3"
3
+ version = "0.5"
4
4
  description = "A MCP server for MotherDuck and local DuckDB"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -12,7 +12,7 @@ from mcp.server.models import InitializationOptions
12
12
  from .prompt import PROMPT_TEMPLATE
13
13
 
14
14
 
15
- SERVER_VERSION = "0.4.3"
15
+ SERVER_VERSION = "0.5"
16
16
 
17
17
  logger = logging.getLogger("mcp_server_motherduck")
18
18
 
@@ -185,7 +185,7 @@ wheels = [
185
185
 
186
186
  [[package]]
187
187
  name = "mcp-server-motherduck"
188
- version = "0.4.3"
188
+ version = "0.5"
189
189
  source = { editable = "." }
190
190
  dependencies = [
191
191
  { name = "duckdb" },