Metadata-Version: 2.3
Name: devrev-mcp
Version: 0.1.1
Summary: A MCP server project
Author-email: Sunil Pandey <sunil.pandey@devrev.ai>
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Requires-Dist: requests
Description-Content-Type: text/markdown

# devrev MCP server

A MCP server project

## Quickstart

### Install

#### Claude Desktop

On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`

On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

<details>
  <summary>Development/Unpublished Servers Configuration</summary>

  ```
  "mcpServers": {
    "devrev_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "Path to src/devrev_mcp directory",
        "run",
        "devrev-mcp"
      ]
    }
  }
  ```

</details>
