-
Notifications
You must be signed in to change notification settings - Fork 2
Closed as not planned
Description
Can you fix the tests and linting in this PR?
Agent Context
[ "**Fix linting issue: Add missing blank line after imports** - In `/home/daytona/connector-builder-mcp/connector_builder_mcp/_connector_builder.py` at line 42, add a blank line after the `ManifestReferenceResolver` import statement to comply with Python formatting standards.", "**Update test function calls to use new parameter order for execute_stream_test_read** - In `/home/daytona/connector-builder-mcp/tests/test_integration.py`, update all calls to `execute_stream_test_read()` to use the new parameter order: `manifest, stream_name, config` instead of `manifest, config, stream_name`. Specifically update lines 67, 159, and 167 to pass `stream_name` as the second parameter and `config` as the third parameter (or use keyword arguments).", "**Verify and run linting and tests** - Run `uv run poe lint` and `uv run poe test` to ensure all linting issues are resolved and tests pass with the corrected function parameter order." ]Metadata
Metadata
Assignees
Labels
No labels