File tree Expand file tree Collapse file tree 12 files changed +111
-0
lines changed
Expand file tree Collapse file tree 12 files changed +111
-0
lines changed Original file line number Diff line number Diff line change @@ -364,10 +364,18 @@ export default defineConfig({
364364 label : 'React → Smithy' ,
365365 link : '/guides/connection/react-smithy' ,
366366 } ,
367+ {
368+ label : 'React → Python Strands Agent' ,
369+ link : '/guides/connection/react-py-strands-agent' ,
370+ } ,
367371 {
368372 label : 'React → TypeScript Strands Agent' ,
369373 link : '/guides/connection/react-ts-strands-agent' ,
370374 } ,
375+ {
376+ label : 'Python Strands Agent → MCP Server' ,
377+ link : '/guides/connection/py-strands-agent-mcp' ,
378+ } ,
371379 {
372380 label : 'TypeScript Strands Agent → MCP Server' ,
373381 link : '/guides/connection/ts-strands-agent-mcp' ,
Original file line number Diff line number Diff line change @@ -28,11 +28,21 @@ The Connection generator supports the following connections:
2828 description = " Call a Smithy API from a React website"
2929 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3030 />
31+ <LinkCard
32+ title = " React to Python Strands Agent"
33+ description = " Call a Python Strands Agent from a React website"
34+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
35+ />
3136 <LinkCard
3237 title = " React to TypeScript Strands Agent"
3338 description = " Call a TypeScript Strands Agent from a React website"
3439 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3540 />
41+ <LinkCard
42+ title = " Python Strands Agent to MCP"
43+ description = " Connect a Python Strands Agent to an MCP server"
44+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
45+ />
3646 <LinkCard
3747 title = " TypeScript Strands Agent to MCP"
3848 description = " Connect a TypeScript Strands Agent to an MCP server"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ El generador de Conexión admite las siguientes conexiones:
2929 description = " Llama a una API Smithy desde un sitio web React"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React a Python Strands Agent"
34+ description = " Llama a un Python Strands Agent desde un sitio web React"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React a TypeScript Strands Agent"
3439 description = " Llama a un TypeScript Strands Agent desde un sitio web React"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent a MCP"
44+ description = " Conecta un Python Strands Agent a un servidor MCP"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent a MCP"
3949 description = " Conecta un TypeScript Strands Agent a un servidor MCP"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ Le générateur de connexion prend en charge les connexions suivantes :
2929 description = " Appeler une API Smithy depuis un site React"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React vers Python Strands Agent"
34+ description = " Appeler un Python Strands Agent depuis un site React"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React vers TypeScript Strands Agent"
3439 description = " Appeler un TypeScript Strands Agent depuis un site React"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent vers MCP"
44+ description = " Connecter un Python Strands Agent à un serveur MCP"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent vers MCP"
3949 description = " Connecter un TypeScript Strands Agent à un serveur MCP"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ Il generatore di Connessioni supporta le seguenti connessioni:
2929 description = " Chiama un'API Smithy da un sito React"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React to Python Strands Agent"
34+ description = " Chiama un Python Strands Agent da un sito React"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React to TypeScript Strands Agent"
3439 description = " Chiama un TypeScript Strands Agent da un sito React"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent to MCP"
44+ description = " Collega un Python Strands Agent a un server MCP"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent to MCP"
3949 description = " Collega un TypeScript Strands Agent a un server MCP"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ import Link from '@components/link.astro';
2929 description = " React ウェブサイトからSmithy APIを呼び出す"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React から Python Strands Agent へ"
34+ description = " React ウェブサイトから Python Strands Agent を呼び出す"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React から TypeScript Strands Agent へ"
3439 description = " React ウェブサイトから TypeScript Strands Agent を呼び出す"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent から MCP へ"
44+ description = " Python Strands Agent を MCP サーバーに接続する"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent から MCP へ"
3949 description = " TypeScript Strands Agent を MCP サーバーに接続する"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ import Link from '@components/link.astro';
2929 description = " React 웹사이트에서 Smithy API 호출하기"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React to Python Strands Agent"
34+ description = " React 웹사이트에서 Python Strands Agent 호출하기"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React to TypeScript Strands Agent"
3439 description = " React 웹사이트에서 TypeScript Strands Agent 호출하기"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent to MCP"
44+ description = " Python Strands Agent를 MCP 서버에 연결하기"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent to MCP"
3949 description = " TypeScript Strands Agent를 MCP 서버에 연결하기"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ O gerador de Conexão suporta as seguintes conexões:
2929 description = " Chame uma API Smithy de um site React"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React para Python Strands Agent"
34+ description = " Chame um Python Strands Agent de um site React"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React para TypeScript Strands Agent"
3439 description = " Chame um TypeScript Strands Agent de um site React"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent para MCP"
44+ description = " Conecte um Python Strands Agent a um servidor MCP"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent para MCP"
3949 description = " Conecte um TypeScript Strands Agent a um servidor MCP"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ Generator Connection hỗ trợ các kết nối sau:
2929 description = " Gọi Smithy API từ một trang web React"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React to Python Strands Agent"
34+ description = " Gọi Python Strands Agent từ một trang web React"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React to TypeScript Strands Agent"
3439 description = " Gọi TypeScript Strands Agent từ một trang web React"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent to MCP"
44+ description = " Kết nối Python Strands Agent với MCP server"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent to MCP"
3949 description = " Kết nối TypeScript Strands Agent với MCP server"
Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ import Link from '@components/link.astro';
2929 description = " 从React网站调用Smithy API"
3030 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-smithy ` }
3131 />
32+ <LinkCard
33+ title = " React to Python Strands Agent"
34+ description = " 从React网站调用Python Strands Agent"
35+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-py-strands-agent ` }
36+ />
3237 <LinkCard
3338 title = " React to TypeScript Strands Agent"
3439 description = " 从React网站调用TypeScript Strands Agent"
3540 href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/react-ts-strands-agent ` }
3641 />
42+ <LinkCard
43+ title = " Python Strands Agent to MCP"
44+ description = " 将Python Strands Agent连接到MCP服务器"
45+ href = { ` /nx-plugin-for-aws/${Astro .currentLocale || ' en' }/guides/connection/py-strands-agent-mcp ` }
46+ />
3747 <LinkCard
3848 title = " TypeScript Strands Agent to MCP"
3949 description = " 将TypeScript Strands Agent连接到MCP服务器"
You can’t perform that action at this time.
0 commit comments