Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 3 additions & 23 deletions servers/hummingbot-mcp/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ about:
source:
project: https://github.com/hummingbot/mcp
commit: ad24846aa3d62706265fdb28833e721debdb0df0
config:
description: "Configure the MCP connection to the Hummingbot API"
secrets:
- name: hummingbot-mcp.username
env: HUMMINGBOT_API_USERNAME
example: admin
- name: hummingbot-mcp.password
env: HUMMINGBOT_API_PASSWORD
example: password
env:
- name: HUMMINGBOT_API_URL
example: http://localhost:8000
value: "{{hummingbot-mcp.api_url}}"
parameters:
type: object
properties:
api_url:
title: Hummingbot API URL
type: string
format: uri
default: http://localhost:8000
required:
- api_url
run:
volumes:
- '{{hummingbot-mcp.data_volume}}:/root/.hummingbot_mcp'