Brak opisu

Lukas Goldschmidt 503ffe98a4 Refine dashboard strategy market UI 1 miesiąc temu
data c7dda72849 strategies table looking great 1 miesiąc temu
src 503ffe98a4 Refine dashboard strategy market UI 1 miesiąc temu
strategies 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
tests 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
.env 22e90fa945 mcp clients fix, config to .env 1 miesiąc temu
.env.example eb694cf545 gitignore 1 miesiąc temu
.gitignore eb694cf545 gitignore 1 miesiąc temu
PROJECT.md 7dbaa98994 initial commit - server scaffold 1 miesiąc temu
README.md 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
Strategy_concepts_0.md 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
Strategy_concepts_1.md 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
Strategy_concepts_2.md c7dda72849 strategies table looking great 1 miesiąc temu
Strategy_concepts_examples.md 6ed4438908 Sync trader-mcp docs and dashboard 1 miesiąc temu
killserver.sh 7dbaa98994 initial commit - server scaffold 1 miesiąc temu
requirements.txt 7dbaa98994 initial commit - server scaffold 1 miesiąc temu
restart.sh 7dbaa98994 initial commit - server scaffold 1 miesiąc temu
run.sh c7dda72849 strategies table looking great 1 miesiąc temu
test_servers.sh c7dda72849 strategies table looking great 1 miesiąc temu
tests.sh c7dda72849 strategies table looking great 1 miesiąc temu

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.