-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 956 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (34 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "ckan-mcp-server"
version = "1.1.2"
description = "A Model Context Protocol (MCP) server for the CKAN API that enables browsing and managing CKAN data portals through MCP-compatible clients."
readme = "README.md"
requires-python = ">=3.13"
authors = [
{ name="Ondics GmbH", email="info@ondics.de" },
]
license-files = ["LICENSE"]
dependencies = [
"aiohttp>=3.13.1",
"asyncio>=3.4.3",
"mcp>=1.19.0",
"python-dotenv>=1.1.0",
"uv>=0.8.9",
"certifi>=2026.2.25",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
dependencies = [
"ckanapi",
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/ondics/ckan-mcp-server"
Issues = "https://github.com/ondics/ckan-mcp-server/issues"
Disussions = "https://github.com/ondics/ckan-mcp-server/discussions"
[tool.uv]
package = true