You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+49-18Lines changed: 49 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,40 @@
1
+
[build-system]
2
+
requires = ["hatchling", "uv-dynamic-versioning"]
3
+
build-backend = "hatchling.build"
4
+
5
+
[tool.hatch.build.targets.wheel]
6
+
packages = ["src/deepset_mcp"]
7
+
1
8
[project]
2
9
name = "deepset-mcp"
3
-
version = "0.1.0"
4
-
description = "Add your description here"
10
+
dynamic = ["version"]
11
+
description = "Collection of MCP tools and Agents to work with the deepset AI platform. Create, debug or learn about pipelines on the platform. Useable from the CLI, Cursor, Claude Code, or other MCP clients."
5
12
readme = "README.md"
13
+
authors = [
14
+
{ name = "Mathis Lucka", email = "mathis.lucka@deepset.ai" },
15
+
{ name = "Tanay Soni", email = "tanay.soni@deepset.ai" }
0 commit comments