Skip to content

Commit 8f75c9d

Browse files
committed
fix typo
1 parent ce356e1 commit 8f75c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-chatgpt-app"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "MCP Server for ChatGPT via AppleScript"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -33,4 +33,4 @@ build-backend = "hatchling.build"
3333
packages = ["src/mcp_server_chatgpt"]
3434

3535
[project.scripts]
36-
mcp-server-chatgpt = "mcp_server_chatgpt.server:main"
36+
mcp-server-chatgpt-app = "mcp_server_chatgpt.server:main"

0 commit comments

Comments
 (0)