Skip to content

Conversation

@gravesm
Copy link
Member

@gravesm gravesm commented Nov 7, 2025

SUMMARY

The stdio transport was failing when using the ccapi mcp server because the response size was greater than 4096 bytes. This updates the transport to read stdout until a newline is reached or it times out waiting on readable data.

ISSUE TYPE
  • Bugfix Pull Request

Update the stdio transport to read a response from stdout until a newline
or until timing out while waiting for readable data. Notably, this fixes
an issue where the plugin fails when a response is more than 4096 bytes.
Rather than relying on ansible-core being installed outside the tox
environment, install it explicitly since it's being used by tox.
@softwarefactory-project-zuul
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants