|
@@ -1,4 +1,14 @@
|
|
|
-# exec-mcp
|
|
|
|
|
|
|
+# exec-mcp v0.5.0
|
|
|
|
|
+
|
|
|
|
|
+## Release notes
|
|
|
|
|
+
|
|
|
|
|
+This release reflects the execution layer becoming stable and production-usable:
|
|
|
|
|
+
|
|
|
|
|
+- nonce handling no longer produces the earlier 403 auth failures
|
|
|
|
|
+- exchange communication is stable again
|
|
|
|
|
+- real fee data is used for sizing on the trader side
|
|
|
|
|
+- order placement, query, and cancel paths are reliable
|
|
|
|
|
+- account and order recovery behaviour is more robust after reconnects and restarts
|
|
|
|
|
|
|
|
Execution MCP for Trader27.
|
|
Execution MCP for Trader27.
|
|
|
|
|
|
|
@@ -24,20 +34,16 @@ This service is the order-and-account layer of the stack. It owns exchange acces
|
|
|
- Keep credentials isolated from strategy and UI layers
|
|
- Keep credentials isolated from strategy and UI layers
|
|
|
- Provide a stable API for strategy engines and operator UIs
|
|
- Provide a stable API for strategy engines and operator UIs
|
|
|
|
|
|
|
|
-## Project goals
|
|
|
|
|
|
|
+## Current capabilities
|
|
|
|
|
|
|
|
- FastMCP-based service
|
|
- FastMCP-based service
|
|
|
-- Clear separation from strategy logic
|
|
|
|
|
-- Safe credential handling
|
|
|
|
|
-- Exchange-agnostic account abstraction
|
|
|
|
|
-- Paper-trading friendly architecture
|
|
|
|
|
-- Observability, auditability, and restart safety
|
|
|
|
|
-
|
|
|
|
|
-## Current status
|
|
|
|
|
-
|
|
|
|
|
-This service is operational and used by the dashboard and MCP tools.
|
|
|
|
|
|
|
+- clear separation from strategy logic
|
|
|
|
|
+- safe credential handling
|
|
|
|
|
+- exchange-agnostic account abstraction
|
|
|
|
|
+- paper-trading friendly architecture
|
|
|
|
|
+- observability, auditability, and restart safety
|
|
|
|
|
|
|
|
-Implemented pieces include:
|
|
|
|
|
|
|
+## Implemented pieces
|
|
|
|
|
|
|
|
- account CRUD in the dashboard
|
|
- account CRUD in the dashboard
|
|
|
- Bitstamp market/currency metadata cache
|
|
- Bitstamp market/currency metadata cache
|