Metadata-Version: 2.4
Name: secops-mcp
Version: 0.7.1
Summary: Google SecOps MCP server (official alias for google-secops-mcp)
Author-email: Google SecOps Team <chronicle@google.com>
Project-URL: Homepage, https://github.com/google/mcp-security
Project-URL: Documentation, https://github.com/google/mcp-security/tree/main/server/secops#readme
Project-URL: Repository, https://github.com/google/mcp-security
Project-URL: Issues, https://github.com/google/mcp-security/issues
Keywords: google,security,chronicle,secops,mcp
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: google-secops-mcp==0.7.1

# Google SecOps MCP Server (`secops-mcp`)

`secops-mcp` is an official alias metapackage for [`google-secops-mcp`](https://pypi.org/project/google-secops-mcp/).

Installing this package installs `google-secops-mcp` and provides the exact same server, CLI entry points, and tooling.

## Quick Start

### Installation

```bash
pip install secops-mcp
```

Or run directly with `uvx`:

```bash
uvx secops-mcp
```

## Documentation & Source Code

Please refer to the main repository and documentation:
- **Repository**: [https://github.com/google/mcp-security](https://github.com/google/mcp-security)
- **Documentation**: [https://github.com/google/mcp-security/tree/main/server/secops#readme](https://github.com/google/mcp-security/tree/main/server/secops#readme)
- **Canonical PyPI Package**: [https://pypi.org/project/google-secops-mcp/](https://pypi.org/project/google-secops-mcp/)
