Skip to content

Commit ef389de

Browse files
pamelafoxCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 5e39684 commit ef389de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Run any script with: `uv run <script_path>`
4646

4747
- **servers/basic_mcp_http.py** - MCP server with HTTP transport on port 8000
4848
- **servers/basic_mcp_stdio.py** - MCP server with stdio transport for VS Code integration
49-
- **agents/langchainv1_mcp_http.py** - LangChain agent with MCP integration
50-
- **agents/langchainv1_mcp_github.py** - LangChain tool filtering demo with GitHub MCP (requires `GITHUB_TOKEN`)
51-
- **agents/agentframework_mcp_learn.py** - Microsoft Agent Framework integration with MCP
49+
- **agents/langchainv1_http.py** - LangChain agent with MCP integration
50+
- **agents/langchainv1_github.py** - LangChain tool filtering demo with GitHub MCP (requires `GITHUB_TOKEN`)
51+
- **agents/agentframework_learn.py** - Microsoft Agent Framework integration with MCP
5252

5353
## MCP Server Configuration
5454

spanish/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Ejecuta cualquier script con: `uv run <script_path>`
4646

4747
- **servers/basic_mcp_http.py** - Servidor MCP con transporte HTTP en el puerto 8000
4848
- **servers/basic_mcp_stdio.py** - Servidor MCP con transporte stdio para integración con VS Code / Copilot
49-
- **agents/langchainv1_mcp_http.py** - Agente LangChain con integración MCP
50-
- **agents/langchainv1_mcp_github.py** - Demo de filtrado de herramientas LangChain con GitHub MCP (requiere `GITHUB_TOKEN`)
51-
- **agents/agentframework_mcp_learn.py** - Integración con Microsoft Agent Framework y MCP
49+
- **agents/langchainv1_http.py** - Agente LangChain con integración MCP
50+
- **agents/langchainv1_github.py** - Demo de filtrado de herramientas LangChain con GitHub MCP (requiere `GITHUB_TOKEN`)
51+
- **agents/agentframework_learn.py** - Integración con Microsoft Agent Framework y MCP
5252

5353
## Configuración del servidor MCP
5454

0 commit comments

Comments
 (0)