pyproject.toml•744 B
[project]
name = "sequential-thinking-mcp"
version = "0.10.1"
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"