Metadata-Version: 2.4
Name: gopher-mcp-python-native-darwin-arm64
Version: 0.1.14
Summary: Native library for gopher-mcp-python (macOS ARM64)
Author-email: Gopher Security <dev@gophersecurity.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/GopherSecurity/gopher-mcp-python
Project-URL: Repository, https://github.com/GopherSecurity/gopher-mcp-python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# gopher-mcp-python-native-darwin-arm64

Native library package for gopher-mcp-python (macOS ARM64 / Apple Silicon).

## Installation

This package is automatically installed as a dependency of `gopher-mcp-python` on compatible platforms.

```bash
pip install gopher-mcp-python
```

## Manual Installation

```bash
pip install gopher-mcp-python-native-darwin-arm64
```

## Platform

- **OS**: macOS
- **Architecture**: ARM64 (Apple Silicon - M1, M2, M3, etc.)

## Usage

This package is not meant to be used directly. It provides the native library for the main `gopher-mcp-python` package.

```python
from gopher_mcp_python import GopherAgent

agent = GopherAgent.create_with_server_config(provider, model, config)
answer = agent.run("Hello!")
agent.dispose()
```

## License

Apache License 2.0
