frontend-mcp 0.2.0__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,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,18 @@
1
+ # frontend-mcp
2
+
3
+ PyPI alias for [frontend-perception-engine](https://pypi.org/project/frontend-perception-engine/).
4
+
5
+ Installs the same Frontend Perception MCP server (deterministic browser runtime for coding agents).
6
+
7
+ ```bash
8
+ pip install frontend-mcp
9
+ frontend-mcp-install
10
+ frontend-mcp
11
+ ```
12
+
13
+ Or with uvx:
14
+
15
+ ```bash
16
+ uvx --from frontend-mcp frontend-mcp-install
17
+ uvx --from frontend-mcp frontend-mcp
18
+ ```
@@ -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,9 @@
1
+ README.md
2
+ pyproject.toml
3
+ frontend_mcp/__init__.py
4
+ frontend_mcp.egg-info/PKG-INFO
5
+ frontend_mcp.egg-info/SOURCES.txt
6
+ frontend_mcp.egg-info/dependency_links.txt
7
+ frontend_mcp.egg-info/entry_points.txt
8
+ frontend_mcp.egg-info/requires.txt
9
+ frontend_mcp.egg-info/top_level.txt
@@ -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-perception-engine==0.2.0
@@ -0,0 +1 @@
1
+ frontend_mcp
@@ -0,0 +1,21 @@
1
+ [project]
2
+ name = "frontend-mcp"
3
+ version = "0.2.0"
4
+ description = "Frontend Perception MCP — deterministic browser runtime for coding agents (alias package)."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = [
8
+ "frontend-perception-engine==0.2.0",
9
+ ]
10
+
11
+ [project.scripts]
12
+ frontend-mcp = "navigation.mcp.server:main"
13
+ frontend-mcp-install = "navigation.cli.install:main"
14
+
15
+ [build-system]
16
+ requires = ["setuptools>=68", "wheel"]
17
+ build-backend = "setuptools.build_meta"
18
+
19
+ [tool.setuptools.packages.find]
20
+ where = ["."]
21
+ include = ["frontend_mcp*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+