Skip to content

Commit 24276cd

Browse files
committed
Bump to v2.0.2 for PyPI README sync
1 parent f6e9119 commit 24276cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "unity-api-mcp"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "MCP server providing ground-truth Unity API documentation (2022/2023/6) -- prevents AI hallucination of signatures, namespaces, and deprecated APIs"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.Codeturion/unity-api-mcp",
44
"title": "Unity API Documentation",
55
"description": "Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"repository": {
88
"url": "https://github.com/Codeturion/unity-api-mcp",
99
"source": "github"
@@ -12,7 +12,7 @@
1212
{
1313
"registryType": "pypi",
1414
"identifier": "unity-api-mcp",
15-
"version": "2.0.1",
15+
"version": "2.0.2",
1616
"runtimeHint": "uvx",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)