coplay-mcp-server 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of coplay-mcp-server might be problematic. Click here for more details.

@@ -1,3 +1,3 @@
1
1
  """Coplay MCP Server - Unity Editor integration via MCP protocol."""
2
2
 
3
- __version__ = "1.2.1"
3
+ __version__ = "1.2.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coplay-mcp-server
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: A Model Context Protocol (MCP) server for Coplay, providing Unity integration capabilities
5
5
  Project-URL: Homepage, https://coplay.dev/
6
6
  Project-URL: Repository, https://github.com/CoplayDev/coplay-unity-plugin
@@ -50,7 +50,7 @@ Add to your MCP client configuration:
50
50
  ```json
51
51
  {
52
52
  "mcpServers": {
53
- "coplay-testpypi": {
53
+ "coplay-mcp": {
54
54
  "autoApprove": [],
55
55
  "disabled": false,
56
56
  "timeout": 60,
@@ -0,0 +1,9 @@
1
+ coplay_mcp_server/__init__.py,sha256=Fs-cafdgYxJeqVf3zs3g_edpx8KBv3EU_cr8D93nbVA,95
2
+ coplay_mcp_server/process_discovery.py,sha256=kcY7dlyNJUG3EjdDJKAzf_8RqqM2zgqpjK6ZJTqc4aU,6151
3
+ coplay_mcp_server/server.py,sha256=g4EcyUvO6C-ZPT1cblixbJ1sBHndt34oihRbQxuIFuk,7792
4
+ coplay_mcp_server/unity_client.py,sha256=bPzDv9-dsS0tXha-Q9BBedoW63L5GadFHJXQOrOXEZA,8622
5
+ coplay_mcp_server-1.2.2.dist-info/METADATA,sha256=4b0ZqubuyrvSMk6R8IxJxOchL-G4MUGIIA1Odbl3vSI,3258
6
+ coplay_mcp_server-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ coplay_mcp_server-1.2.2.dist-info/entry_points.txt,sha256=FYOh7Ksh98Q-cp6pgvof0dLlgR8vyMl8VFeKhGVxgjI,68
8
+ coplay_mcp_server-1.2.2.dist-info/licenses/LICENSE,sha256=K3xG9ipglyxcG95EQnM3rAnOAbRQ7wsB3GsQAaIo6Ho,1088
9
+ coplay_mcp_server-1.2.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- coplay_mcp_server/__init__.py,sha256=h8oQ4XIoeJ86DSsfvAq_1luDAHU2nHr4L6er3wCPdN8,95
2
- coplay_mcp_server/process_discovery.py,sha256=kcY7dlyNJUG3EjdDJKAzf_8RqqM2zgqpjK6ZJTqc4aU,6151
3
- coplay_mcp_server/server.py,sha256=g4EcyUvO6C-ZPT1cblixbJ1sBHndt34oihRbQxuIFuk,7792
4
- coplay_mcp_server/unity_client.py,sha256=bPzDv9-dsS0tXha-Q9BBedoW63L5GadFHJXQOrOXEZA,8622
5
- coplay_mcp_server-1.2.1.dist-info/METADATA,sha256=_KJ98ZbPtNQ55naSVXxyx-VR-d13VlQwEMeMwORU1xw,3263
6
- coplay_mcp_server-1.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- coplay_mcp_server-1.2.1.dist-info/entry_points.txt,sha256=FYOh7Ksh98Q-cp6pgvof0dLlgR8vyMl8VFeKhGVxgjI,68
8
- coplay_mcp_server-1.2.1.dist-info/licenses/LICENSE,sha256=K3xG9ipglyxcG95EQnM3rAnOAbRQ7wsB3GsQAaIo6Ho,1088
9
- coplay_mcp_server-1.2.1.dist-info/RECORD,,