Metadata-Version: 2.4
Name: relace-mcp-server
Version: 0.1.5
Summary: Relace MCP server
Requires-Python: >=3.13
Requires-Dist: aiofile>=3.9.0
Requires-Dist: aiofiles>=25.1.0
Requires-Dist: fastmcp>=2.14.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: openai>=2.11.0
Requires-Dist: pydantic-yaml>=1.6.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: relace>=1.3.0
Description-Content-Type: text/markdown

# relace-mcp-server

[![PyPI](https://img.shields.io/pypi/v/relace-mcp-server)](https://pypi.org/project/relace-mcp-server/)

Official Relace MCP server.

Currently supports [Fast Agentic Search](https://www.relace.ai/blog/fast-agentic-search) via the `relace_search` tool.

## Installation

See [Relace MCP Installation docs](https://docs.relace.ai/docs/fast-agentic-search/mcp-installation) for detailed instructions.

## Releasing

1. [Create a new release](https://github.com/squack-io/relace-mcp-server/releases/new)
2. Enter a new tag (e.g., `v0.1.4`)
3. Publish the release

The workflow will automatically build and publish to PyPI, with the package version derived from the git tag.
