Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ To publish the package to PyPI:
pip install perplexica-mcp
```

## Running with uvx

This server can also be run directly using `uvx`, which is part of the `uv` (astral-uv) Python package manager. This method assumes that `uv` is installed and the `perplexica-mcp` package has been published to PyPI by the user/organization `armand0e`.

To run the server using `uvx`, use the following command:

```bash
uvx @armand0e/perplexica-mcp:latest
```

`uvx` will handle the download of the package and its dependencies into a managed environment and then execute the server. This is a convenient way to run the server without a manual installation step.

Ensure that the package `perplexica-mcp` is published on PyPI under the `armand0e` user or organization for this command to work.

## Repository Structure

```
Expand Down
Loading