File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments