Metadata-Version: 2.4
Name: chrome-bridge-mcp
Version: 0.4.0
Summary: HTTP MCP server that bridges LLM agents to a Chrome extension
Project-URL: Changelog, https://github.com/kiarina/chrome-bridge/blob/main/packages/mcp/CHANGELOG.md
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: jsonschema<5,>=4.23
Requires-Dist: mcp[cli]<2,>=1.27
Requires-Dist: uvicorn<1,>=0.35
Requires-Dist: websockets<17,>=15
Description-Content-Type: text/markdown

# chrome-bridge-mcp

This is the chrome-bridge MCP server, implemented in Python with uv. See the [root README](../../README.md) for installation, the [changelog](CHANGELOG.md) for user-visible changes, the [Development guide](../../docs/development.md) for development, and the [Operations guide](../../docs/operations.md) for routine operation, configuration, logging, and incident response.
