Skip to content

Conversation

@cflow30
Copy link

@cflow30 cflow30 commented Nov 19, 2025

Addresses #246 - Provides golden path for managing connections between Strands agents and MCP servers on AgentCore Runtime, including:

  • Persistent connection patterns
  • Connection pooling
  • Service discovery
  • Health monitoring
  • Performance optimization

Description

Adds comprehensive guide for MCP connection patterns on AgentCore Runtime to address issue #246. This documentation provides authoritative guidance on persistent connections, connection pooling, service discovery, and lifecycle management for MCP servers.

Type of Change

  • New content addition

Motivation and Context

Issue #246 identified the need for clear architectural patterns for MCP connection management in AgentCore Runtime. Current documentation lacks guidance on persistent connections vs per-request initialization, leading to performance issues and implementation confusion. This guide eliminates the overhead of per-request reinitialization and provides best practices for production deployments.

Areas Affected

  • New page: user-guide/deploy/mcp-connection-patterns.md
  • Updated: mkdocs.yml (added navigation entry)

Screenshots

N/A - Documentation only

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using mkdocs serve
  • Links in the documentation are valid and working
  • Images/diagrams are properly sized and formatted
  • All new and existing tests pass

Additional Notes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Addresses strands-agents#246 - Provides golden path for managing connections between
Strands agents and MCP servers on AgentCore Runtime, including:
- Persistent connection patterns
- Connection pooling
- Service discovery
- Health monitoring
- Performance optimization
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.

1 participant