From e5c590ae3d90a3876c49d60f9a33f03182fe6c33 Mon Sep 17 00:00:00 2001 From: Harrison Weinstock Date: Fri, 1 May 2026 15:23:32 +0000 Subject: [PATCH] fix: address formatting failure in docs --- docs/frameworks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/frameworks.md b/docs/frameworks.md index 673c3789d..7d2b8658a 100644 --- a/docs/frameworks.md +++ b/docs/frameworks.md @@ -162,8 +162,8 @@ agentcore add agent \ Not all frameworks support all protocol modes. MCP protocol is a standalone tool server with no framework. -| Protocol | Supported Frameworks | -| -------- | ------------------------------------------------------------- | +| Protocol | Supported Frameworks | +| -------- | ----------------------------------------------------- | | **HTTP** | Strands, LangChain_LangGraph, GoogleADK, OpenAIAgents | -| **MCP** | None (standalone tool server) | -| **A2A** | Strands, GoogleADK, LangChain_LangGraph | +| **MCP** | None (standalone tool server) | +| **A2A** | Strands, GoogleADK, LangChain_LangGraph |