Skip to content

fix(agno): restore MCP functionality #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2025
Merged

Conversation

fiam
Copy link
Collaborator

@fiam fiam commented Jul 25, 2025

Latest mcp-gateway no longer supports stdio over TCP. Since SSE doesn't
seem to work on agno either, use streaming-http instead.

Latest mcp-gateway no longer supports stdio over TCP. Since SSE doesn't
seem to work on agno either, use streaming-http instead.
@fiam fiam force-pushed the alberto/agno-streaming-http branch from 4e8a465 to a931ee5 Compare July 25, 2025 20:26
@@ -8,7 +8,7 @@ services:
- "7777:7777"
environment:
# point agents at the MCP gateway
- MCPGATEWAY_URL=mcp-gateway:8811
- MCPGATEWAY_URL=http://mcp-gateway:8811
volumes:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: I think it might benefit from a depends_on: for the mcp-gateway as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was waiting until we settled the healthchecks to add that, but I guess we can add a depends_on today and make it depend on a healthy service later.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is a broader strategy/plan, no worries! I just saw some of the others had it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I think your idea is right, no worries :-). I've updated it, PTAL.

@fiam fiam merged commit d5907a8 into main Jul 25, 2025
8 checks passed
@fiam fiam deleted the alberto/agno-streaming-http branch July 25, 2025 20:34
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