wcgw 5.5.4__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.
wcgw/__init__.py ADDED
@@ -0,0 +1,4 @@
1
+ from .client.mcp_server import main as mcp_server
2
+
3
+ # Export mcp_server as the default entry point for wcgw
4
+ listen = mcp_server
File without changes