2025-08-10 06:08:28 +08:00
|
|
|
[project]
|
|
|
|
|
name = "UnityMcpServer"
|
2025-08-15 07:19:31 +08:00
|
|
|
version = "2.1.2"
|
2025-08-10 06:08:28 +08:00
|
|
|
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
dependencies = ["httpx>=0.27.2", "mcp[cli]>=1.4.1"]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["setuptools>=64.0.0", "wheel"]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
|
|
[tool.setuptools]
|
|
|
|
|
py-modules = ["config", "server", "unity_connection"]
|
|
|
|
|
packages = ["tools"]
|