feat(mcp-bybit): leverage_cap + testnet resolver + environment_info

This commit is contained in:
AdrianoDev
2026-04-27 17:53:07 +02:00
parent 0b471f207a
commit e958422fe5
6 changed files with 198 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,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": 5})
return TestClient(app)