描述
说明
- 克隆存储库:
git clone https://github.com/Vorwes/mcp-warframe-market.git- 安装所需的依赖项:
pip install -r requirements.txt- 在根目录中创建一个.env文件,其中包含您的warframe市场凭据:
EMAIL=your_email
PASSWORD=your_password- 将此命令添加到您的mcp配置文件中以运行服务器:
"warframe-market": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "PATH/TO/REPO"
}示例用法
Create an order for Kronen Prime Blade, make it not visible and its a sell type of order, the asking
price is 1000 platinum待办事项
- \[\]添加对取单的支持
