Sem descrição

Lukas Goldschmidt feb4ec9bde Add stop loss rebalancer strategy há 1 mês atrás
data c7dda72849 strategies table looking great há 1 mês atrás
src feb4ec9bde Add stop loss rebalancer strategy há 1 mês atrás
strategies feb4ec9bde Add stop loss rebalancer strategy há 1 mês atrás
tests feb4ec9bde Add stop loss rebalancer strategy há 1 mês atrás
.env 22e90fa945 mcp clients fix, config to .env há 1 mês atrás
.env.example eb694cf545 gitignore há 1 mês atrás
.gitignore eb694cf545 gitignore há 1 mês atrás
Grid_Bot_Architecture.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
PROJECT.md 7dbaa98994 initial commit - server scaffold há 1 mês atrás
README.md 6ed4438908 Sync trader-mcp docs and dashboard há 1 mês atrás
Strategy_Contract.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
Strategy_Runtime.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
Strategy_concepts_0.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
Strategy_concepts_1.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
Strategy_concepts_2.md c7dda72849 strategies table looking great há 1 mês atrás
Strategy_concepts_examples.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
grid_bot_concept.md 92679277ad Document strategy persistence and grid architecture há 1 mês atrás
killserver.sh 7dbaa98994 initial commit - server scaffold há 1 mês atrás
requirements.txt 7dbaa98994 initial commit - server scaffold há 1 mês atrás
restart.sh 7dbaa98994 initial commit - server scaffold há 1 mês atrás
run.sh c7dda72849 strategies table looking great há 1 mês atrás
test_servers.sh c7dda72849 strategies table looking great há 1 mês atrás
tests.sh c7dda72849 strategies table looking great há 1 mês atrás

README.md

Trader MCP

MCP server for trading-related helper functions, with a dashboard for accounts and strategies.

Endpoints

  • GET / - landing page
  • GET /health - lightweight health check
  • GET /mcp/sse - MCP SSE transport endpoint

MCP

Implements a small, read-oriented MCP surface under /mcp.

Dashboard

  • accounts section is collapsed by default
  • strategies table stays visible
  • per-strategy details expand below the row
  • live render panels update automatically
  • config is editable inline in the detail row

Development

See run.sh / tests.sh in this folder.