File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Run any script with: `uv run <script_path>`
4949- ** agents/langchainv1_http.py** - LangChain agent with MCP integration
5050- ** agents/langchainv1_github.py** - LangChain tool filtering demo with GitHub MCP (requires ` GITHUB_TOKEN ` )
5151- ** agents/agentframework_learn.py** - Microsoft Agent Framework integration with MCP
52+ - ** agents/agentframework_http.py** - Microsoft Agent Framework integration with local Expenses MCP server
5253
5354## MCP Server Configuration
5455
Original file line number Diff line number Diff line change 5858
5959async def http_mcp_example () -> None :
6060 """
61- Demonstrate MCP integration with Microsoft Learn documentation .
61+ Demonstrate MCP integration with the local Expenses MCP server .
6262
63- Creates an agent that can answer questions about Microsoft documentation
64- using the Microsoft Learn MCP server.
63+ Creates an agent that can help users log expenses
64+ using the Expenses MCP server at http://localhost:8000/mcp/ .
6565 """
6666 async with (
6767 MCPStreamableHTTPTool (
You can’t perform that action at this time.
0 commit comments