frontend-mcp 0.2.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.
@@ -0,0 +1,3 @@
1
+ """PyPI distribution alias for frontend-perception-engine."""
2
+
3
+ __version__ = '0.2.0'
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: frontend-mcp
3
+ Version: 0.2.0
4
+ Summary: Frontend Perception MCP — deterministic browser runtime for coding agents (alias package).
5
+ Requires-Python: >=3.10
6
+ Description-Content-Type: text/markdown
7
+ Requires-Dist: frontend-perception-engine==0.2.0
8
+
9
+ # frontend-mcp
10
+
11
+ PyPI alias for [frontend-perception-engine](https://pypi.org/project/frontend-perception-engine/).
12
+
13
+ Installs the same Frontend Perception MCP server (deterministic browser runtime for coding agents).
14
+
15
+ ```bash
16
+ pip install frontend-mcp
17
+ frontend-mcp-install
18
+ frontend-mcp
19
+ ```
20
+
21
+ Or with uvx:
22
+
23
+ ```bash
24
+ uvx --from frontend-mcp frontend-mcp-install
25
+ uvx --from frontend-mcp frontend-mcp
26
+ ```
@@ -0,0 +1,6 @@
1
+ frontend_mcp/__init__.py,sha256=vgWpXWgjZVrR9H7umvju03u3gU8xVpBOQx-mN6yAD0c,88
2
+ frontend_mcp-0.2.0.dist-info/METADATA,sha256=kpLKAH96g_HgWy5j10mK4eUjgblmDMeBxiv4sb_Vyrc,695
3
+ frontend_mcp-0.2.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
4
+ frontend_mcp-0.2.0.dist-info/entry_points.txt,sha256=GIs50uAkfggMBE6yMB2GlxzGnKayo2XQp0KRLtEcBgg,111
5
+ frontend_mcp-0.2.0.dist-info/top_level.txt,sha256=Qa2RFfTVQ9E6z6qcj8FEeMyUxCfrQ9qH-dL5dOQdf_M,13
6
+ frontend_mcp-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ frontend-mcp = navigation.mcp.server:main
3
+ frontend-mcp-install = navigation.cli.install:main
@@ -0,0 +1 @@
1
+ frontend_mcp