-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (22 loc) · 744 Bytes
/
Copy pathpyproject.toml
File metadata and controls
27 lines (22 loc) · 744 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
[project]
name = "sequential-thinking-mcp"
version = "0.10.2"
description = "Sequential Thinking MCP"
authors = [{ name = "philogicae" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = "MIT"
dependencies = ["fastmcp"]
[project.urls]
Repository = "https://github.com/philogicae/sequential-thinking-mcp"
Release = "https://github.com/philogicae/sequential-thinking-mcp/releases"
DeepWiki = "https://deepwiki.com/philogicae/sequential-thinking-mcp"
[project.scripts]
sequential-thinking-mcp = "sequential_thinking.__main__:cli"
[dependency-groups]
dev = ["ruff", "pytest", "pytest-asyncio", "mypy"]
[tool.hatch.build]
include = ["sequential_thinking"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"