Metadata-Version: 2.4
Name: qoder-mcp-server
Version: 0.1.1
Summary: A custom MCP server for Qoder with file operations and DashScope integration
Project-URL: Repository, https://github.com/caryz/Qoder-test
Author-email: CaryZ <caryz@example.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# Qoder MCP Server

A custom MCP (Model Context Protocol) server for Qoder, providing file operations and DashScope integration.

## Features

- **DashScope Integration**: Tools to check API key and call DashScope generation.
- **File System**: Basic file system operations (e.g., `pwd`).

## Installation

You can install this package directly or run it using `uvx`.

### Using uvx

```bash
uvx qoder-mcp-server
```

### Manual Installation

```bash
pip install qoder-mcp-server
```

## Configuration

Ensure you have the following environment variables set:

- `DASHSCOPE_API_KEY`: Your DashScope API key.

## Usage

This server is intended to be used with an MCP client (like Qoder or Claude Desktop).

To run it locally:

```bash
qoder-mcp-server
```
