Нема описа

Lukas Goldschmidt 85531c2503 Show live grid metrics in dashboard пре 1 месец
src 76fae45a4f Enable SQLite WAL journaling пре 1 месец
strategies 85531c2503 Show live grid metrics in dashboard пре 1 месец
tests feb4ec9bde Add stop loss rebalancer strategy пре 1 месец
.env 22e90fa945 mcp clients fix, config to .env пре 1 месец
.env.example eb694cf545 gitignore пре 1 месец
.gitignore dee55c5c57 Ignore runtime data directory пре 1 месец
Grid_Bot_Architecture.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
PROJECT.md 7dbaa98994 initial commit - server scaffold пре 1 месец
README.md 6ed4438908 Sync trader-mcp docs and dashboard пре 1 месец
Strategy_Contract.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
Strategy_Runtime.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
Strategy_concepts_0.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
Strategy_concepts_1.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
Strategy_concepts_2.md c7dda72849 strategies table looking great пре 1 месец
Strategy_concepts_examples.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
grid_bot_concept.md 92679277ad Document strategy persistence and grid architecture пре 1 месец
killserver.sh 7dbaa98994 initial commit - server scaffold пре 1 месец
requirements.txt 7dbaa98994 initial commit - server scaffold пре 1 месец
restart.sh 7dbaa98994 initial commit - server scaffold пре 1 месец
run.sh c7dda72849 strategies table looking great пре 1 месец
test_servers.sh c7dda72849 strategies table looking great пре 1 месец
tests.sh c7dda72849 strategies table looking great пре 1 месец

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.