Skip to content

Commit 9e64ad3

Browse files
authored
feat: add http to mcp and tool search tutorial (#67)
2 parents 59f81a8 + 8b8f30d commit 9e64ad3

File tree

1 file changed

+1
-1
lines changed
  • 01-tutorials/workshop/session4/http_to_mcp/shopping_cart_agent

1 file changed

+1
-1
lines changed

01-tutorials/workshop/session4/http_to_mcp/shopping_cart_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
short_term_memory = ShortTermMemory(backend="local")
1212

13-
###Shopping cart MCP Server
13+
# Shopping cart MCP Server
1414
shopping_mcp_tools_url = getenv("SHOPPING_CART_MCP_TOOLS_URL")
1515
shopping_api_key = getenv("SHOPPING_CART_MCP_API_KEY")
1616
mcp_shopping_cart = MCPToolset(

0 commit comments

Comments
 (0)