Skip to content

Commit ad8b409

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

agents/agentframework_http.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858

5959
async 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(

0 commit comments

Comments
 (0)