mcppipe 0.0.0__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.
mcppipe/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ """Placeholder package reserving the `mcppipe` name on PyPI. Product coming soon."""
2
+
3
+ __version__ = "0.0.0"
4
+
5
+
6
+ def main() -> None:
7
+ print("mcppipe — the vendor-neutral MCP gateway. Coming soon -> https://mcppipe.dev")
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: mcppipe
3
+ Version: 0.0.0
4
+ Summary: mcppipe — a vendor-neutral gateway/tunnel for Model Context Protocol (MCP) servers. Placeholder reserving the name; coming soon.
5
+ Author: INFORSERVICES
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://mcppipe.dev
8
+ Keywords: mcp,model-context-protocol,tunnel,gateway,ai,agents
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+
12
+ # mcppipe
13
+
14
+ A vendor-neutral gateway/tunnel for **Model Context Protocol (MCP)** servers, reachable by Claude, ChatGPT and Cursor at once.
15
+
16
+ Placeholder package reserving the name on PyPI. Coming soon — **https://mcppipe.dev**.
@@ -0,0 +1,6 @@
1
+ mcppipe/__init__.py,sha256=zZS207ebZdqImkhqB-GbM2omimOMCYbtty5B4yQKQbc,222
2
+ mcppipe-0.0.0.dist-info/METADATA,sha256=6LXvD-t2HdRcN14zCLTBsiez41jrUUxMRLvOyyO7FC8,646
3
+ mcppipe-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ mcppipe-0.0.0.dist-info/entry_points.txt,sha256=FgfsE3kE3maONVk3PqXbkVMvCxmRCeU4gEwv9r7iibQ,41
5
+ mcppipe-0.0.0.dist-info/top_level.txt,sha256=eN57ElGPJJ7kq8BSIzRUSOrnSqdthBsY9zqiG5oZY-k,8
6
+ mcppipe-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ mcppipe = mcppipe:main
@@ -0,0 +1 @@
1
+ mcppipe