Нет описания

Lukas Goldschmidt dee55c5c57 Ignore runtime data directory 1 месяц назад
src 76fae45a4f Enable SQLite WAL journaling 1 месяц назад
strategies 8246cdcf75 Reconcile grid sides in one pass 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.