Metadata-Version: 2.4
Name: iflow-mcp_itsdarianngo_mcp-server-litellm
Version: 0.1.0
Summary: An MCP server for LiteLLM integration
Requires-Python: >=3.10
Requires-Dist: litellm>=0.1.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=0.21.0
Description-Content-Type: text/markdown

# LiteLLM MCP Server

An MCP server that integrates LiteLLM to handle text completions using OpenAI models.

## Installation

Install the package:
```bash
pip install mcp-server-litellm
