Aucune description

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

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.