|
|
@@ -1,7 +1,28 @@
|
|
|
-# Trader MCP
|
|
|
+# Trader MCP v0.5.0
|
|
|
|
|
|
MCP server for trading-related helper functions, with a dashboard for accounts and strategies.
|
|
|
|
|
|
+## Release notes
|
|
|
+
|
|
|
+This release marks the point where the stack is genuinely usable:
|
|
|
+
|
|
|
+- grid trader places, replaces, recenters, and resizes orders as expected
|
|
|
+- strategy execution is stable enough to run continuously
|
|
|
+- shared execution now uses real fees for sizing
|
|
|
+- strategy state and dashboard behaviour are aligned with live trading flow
|
|
|
+- the public MCP surface stays compact while the runtime behaviour is much more complete
|
|
|
+
|
|
|
+## What works now
|
|
|
+
|
|
|
+- grid trading with live order placement and reconciliation
|
|
|
+- observe, pause, resume, stop, and reconcile control actions
|
|
|
+- live render panels and inline strategy config editing
|
|
|
+- account overview in the dashboard, kept intentionally out of the way
|
|
|
+
|
|
|
+## Next ideas
|
|
|
+
|
|
|
+Further improvements may include more strategies, a cleaner shared config schema, and extra render widgets such as candles or line graphs. These are useful follow-ups, but they are not blockers for the current release.
|
|
|
+
|
|
|
## Current MCP tools
|
|
|
- `list_strategies`
|
|
|
- `get_strategy`
|