Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Jun 11, 2025

This pull request adds remote MCP server support (Streamable HTTP) to the mcpServers parameter of the Agent constructor. Having this change resolves #78. We don't plan to support SSE, which is now a legacy protocol.

@seratch seratch requested a review from dkundel-openai June 11, 2025 05:55
@seratch seratch self-assigned this Jun 11, 2025
@changeset-bot
Copy link

changeset-bot bot commented Jun 11, 2025

🦋 Changeset detected

Latest commit: dc6843e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@openai/agents-core Patch
@openai/agents-openai Patch
@openai/agents-realtime Patch
@openai/agents Patch
@openai/agents-extensions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dkundel-openai
Copy link
Collaborator

Awesome! Can we add a guide to the docs that explains the three different options for MCP and when to use what. Like how the remote MCP hosted tool only works for Responses models but should be preferred for hosted MCP servers while the other options are good for local MCP use cases or in combination with other models

@seratch
Copy link
Member Author

seratch commented Jun 11, 2025

Yeah, I will work on the document too!

@seratch seratch added the enhancement New feature or request label Jun 11, 2025
@seratch seratch mentioned this pull request Jun 11, 2025
@dkundel-openai dkundel-openai merged commit 0580b9b into main Jun 11, 2025
5 checks passed
@dkundel-openai dkundel-openai deleted the mcp-streamable-http branch June 11, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Connect with MCP server running on local

3 participants