feat(mcp-alpaca): leverage_cap + paper resolver + environment_info

This commit is contained in:
AdrianoDev
2026-04-27 17:57:17 +02:00
parent fb8c43cc61
commit de19d42850
6 changed files with 204 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def mock_client():
@pytest.fixture
def http(mock_client, token_store):
app = create_app(client=mock_client, token_store=token_store)
app = create_app(client=mock_client, token_store=token_store, creds={"max_leverage": 1})
return TestClient(app)