clawtouch-mcp 0.0.1__tar.gz

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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Tinqiao Technology (Beijing) Co., Ltd.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,57 @@
1
+ Metadata-Version: 2.4
2
+ Name: clawtouch-mcp
3
+ Version: 0.0.1
4
+ Summary: Brand-reserved placeholder for the ClawTouch MCP server.
5
+ Project-URL: Homepage, https://clawtouch.cn
6
+ Project-URL: Repository, https://github.com/tinqiao-oss/ClawTouch
7
+ Project-URL: Issues, https://github.com/tinqiao-oss/ClawTouch/issues
8
+ Author-email: "Tinqiao Technology (Beijing) Co., Ltd." <support@tinqiao.com>
9
+ Maintainer-email: "Tinqiao Technology (Beijing) Co., Ltd." <support@tinqiao.com>
10
+ License-Expression: MIT
11
+ License-File: LICENSE
12
+ Keywords: brand-reservation,clawtouch,placeholder,tinqiao
13
+ Classifier: Development Status :: 1 - Planning
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Topic :: Software Development :: Libraries
24
+ Requires-Python: >=3.9
25
+ Description-Content-Type: text/markdown
26
+
27
+ # clawtouch-mcp (brand-reserved placeholder)
28
+
29
+ This PyPI name is officially reserved by **Tinqiao Technology (Beijing) Co., Ltd.**, the publisher of
30
+ [ClawTouch](https://clawtouch.cn).
31
+
32
+ This release (`0.0.1`) is an intentional placeholder. The real release of
33
+ the official ClawTouch MCP (Model Context Protocol) server that exposes USB HID primitives (mouse / keyboard / scroll) to LLM agents is being prepared and will be published at a higher version number
34
+ once the upstream open-source repositories go public.
35
+
36
+ ## Track the real release
37
+
38
+ - Project home: https://clawtouch.cn
39
+ - GitHub organization: https://github.com/tinqiao-oss/ClawTouch
40
+ - The package will be re-published from the canonical source tree when ready.
41
+
42
+ ## Why this exists
43
+
44
+ Brand consistency — to make sure that when developers run
45
+ `pip install clawtouch-mcp`, they end up with the official package signed by
46
+ Tinqiao and not a name-squatted artifact from an unrelated party.
47
+
48
+ ## Contact
49
+
50
+ Commercial / OEM inquiries: <support@tinqiao.com>
51
+
52
+ Please do not file commercial-sensitive information as public GitHub issues;
53
+ email is the right channel.
54
+
55
+ ## License
56
+
57
+ MIT — see LICENSE.
@@ -0,0 +1,31 @@
1
+ # clawtouch-mcp (brand-reserved placeholder)
2
+
3
+ This PyPI name is officially reserved by **Tinqiao Technology (Beijing) Co., Ltd.**, the publisher of
4
+ [ClawTouch](https://clawtouch.cn).
5
+
6
+ This release (`0.0.1`) is an intentional placeholder. The real release of
7
+ the official ClawTouch MCP (Model Context Protocol) server that exposes USB HID primitives (mouse / keyboard / scroll) to LLM agents is being prepared and will be published at a higher version number
8
+ once the upstream open-source repositories go public.
9
+
10
+ ## Track the real release
11
+
12
+ - Project home: https://clawtouch.cn
13
+ - GitHub organization: https://github.com/tinqiao-oss/ClawTouch
14
+ - The package will be re-published from the canonical source tree when ready.
15
+
16
+ ## Why this exists
17
+
18
+ Brand consistency — to make sure that when developers run
19
+ `pip install clawtouch-mcp`, they end up with the official package signed by
20
+ Tinqiao and not a name-squatted artifact from an unrelated party.
21
+
22
+ ## Contact
23
+
24
+ Commercial / OEM inquiries: <support@tinqiao.com>
25
+
26
+ Please do not file commercial-sensitive information as public GitHub issues;
27
+ email is the right channel.
28
+
29
+ ## License
30
+
31
+ MIT — see LICENSE.
@@ -0,0 +1,47 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.18"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "clawtouch-mcp"
7
+ version = "0.0.1"
8
+ description = "Brand-reserved placeholder for the ClawTouch MCP server."
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.9"
12
+ authors = [
13
+ { name = "Tinqiao Technology (Beijing) Co., Ltd.", email = "support@tinqiao.com" },
14
+ ]
15
+ maintainers = [
16
+ { name = "Tinqiao Technology (Beijing) Co., Ltd.", email = "support@tinqiao.com" },
17
+ ]
18
+ keywords = ["clawtouch", "tinqiao", "placeholder", "brand-reservation"]
19
+ classifiers = [
20
+ "Development Status :: 1 - Planning",
21
+ "Intended Audience :: Developers",
22
+ "License :: OSI Approved :: MIT License",
23
+ "Operating System :: OS Independent",
24
+ "Programming Language :: Python :: 3",
25
+ "Programming Language :: Python :: 3.9",
26
+ "Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
+ "Topic :: Software Development :: Libraries",
31
+ ]
32
+
33
+ [project.urls]
34
+ Homepage = "https://clawtouch.cn"
35
+ Repository = "https://github.com/tinqiao-oss/ClawTouch"
36
+ Issues = "https://github.com/tinqiao-oss/ClawTouch/issues"
37
+
38
+ [tool.hatch.build.targets.wheel]
39
+ packages = ["src/clawtouch_mcp"]
40
+
41
+ [tool.hatch.build.targets.sdist]
42
+ include = [
43
+ "src",
44
+ "README.md",
45
+ "LICENSE",
46
+ "pyproject.toml",
47
+ ]
@@ -0,0 +1,23 @@
1
+ """clawtouch-mcp — brand-reserved placeholder.
2
+
3
+ Reserved by Tinqiao Technology (Beijing) Co., Ltd. (support@tinqiao.com).
4
+
5
+ The real release of the official ClawTouch MCP (Model Context Protocol) server that exposes USB HID primitives (mouse / keyboard / scroll) to LLM agents is being prepared. Track progress at
6
+ https://github.com/tinqiao-oss/ClawTouch.
7
+ """
8
+
9
+ __version__ = "0.0.1"
10
+
11
+ _NOTICE = (
12
+ "clawtouch-mcp 0.0.1 is a brand-reserved placeholder published by "
13
+ "Tinqiao Technology (Beijing) Co., Ltd.. "
14
+ "The real release is coming soon — see https://github.com/tinqiao-oss/ClawTouch."
15
+ )
16
+
17
+
18
+ def about() -> str:
19
+ """Return the placeholder notice."""
20
+ return _NOTICE
21
+
22
+
23
+ __all__ = ["__version__", "about"]