-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (20 loc) · 758 Bytes
/
Copy pathpyproject.toml
File metadata and controls
24 lines (20 loc) · 758 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
[project]
name = "aimarket-oracle-gateway"
version = "0.2.0"
description = "AIMarket Oracle Gateway — full oracle family (17 oracles, 35 MCP tools) pay-per-call"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = ["mcp>=1.6,<4", "httpx>=0.27", "pydantic>=2"]
[project.urls]
Homepage = "https://github.com/alexar76/aimarket-oracle-gateway"
Repository = "https://github.com/alexar76/aimarket-oracle-gateway"
Documentation = "https://github.com/alexar76/aicom/wiki/Oracles"
[project.scripts]
aimarket-oracle-gateway = "mcp_stdio_server:main"
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["aimarket_oracle_gateway"]
py-modules = ["mcp_stdio_server"]