Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f1c8cd2
Make Hummingbot API the main entry point with optional MCP and Dashboard
fengtality Nov 4, 2025
53c3925
Add Gateway setup instructions to README
fengtality Nov 4, 2025
3371fb0
Fix: Correct sed commands to properly uncomment services on Linux
fengtality Nov 4, 2025
ad27291
Fix critical Dashboard bug and add comprehensive AI assistant integra…
fengtality Nov 4, 2025
8bc3c6d
Remove credentials from MCP and use standalone Docker volumes
fengtality Nov 4, 2025
21638ff
Simplify MCP setup using docker exec instead of standalone containers
fengtality Nov 4, 2025
aa46d7b
Fix MCP setup: Add commented service with proper configuration
fengtality Nov 4, 2025
ac48142
MAJOR FIX: Switch to docker run approach for MCP (much simpler!)
fengtality Nov 4, 2025
783930a
Fix volume mount: Use hummingbot_mcp volume instead of docker.sock
fengtality Nov 4, 2025
bf72260
Update setup.sh to feature Claude Code instead of Claude Desktop
fengtality Nov 4, 2025
33ad6b2
Docs: Add Gateway management workflows to AI assistant integration gu…
fengtality Nov 4, 2025
2bb376d
Fix: Update Claude Code setup to use docker run instead of docker exec
fengtality Nov 4, 2025
8a3679c
Fix PostgreSQL initialization to use hbot user consistently
fengtality Nov 4, 2025
b37934e
Docs: Add MCP connection troubleshooting and best practices
fengtality Nov 4, 2025
dc2ebf3
Fix: Database initialization error during setup
fengtality Nov 4, 2025
21e8d1c
Docs: Complete rewrite of API_REFERENCE.md for AI assistants
fengtality Nov 4, 2025
eb0c457
Docs: Replace chain endpoints with comprehensive Gateway docs
fengtality Nov 4, 2025
cb1e98e
Docs: Update README with MCP setup_connector workflow and Gateway tro…
fengtality Nov 4, 2025
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
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,14 @@ cython_debug/

# Hummingbot Gateway files
gateway-files/

# Hummingbot credentials and local data
bots/credentials/
bots/instances/

# Local MCP configuration (project-specific overrides)
.mcp.json

# IDE files
.vscode/
.idea/
Loading