Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepstation/mcp-agent-example
/ functions
Functions
5 in github.com/deepstation/mcp-agent-example
⨍
Functions
5
◇
Types & classes
0
↓ 2 callers
Function
log_agent_response
Log any function calls and the final output of the agent.
mini_tui_agent.py:40
↓ 1 callers
Function
main
()
mini_tui_agent.py:85
↓ 1 callers
Function
run
Run the main agent loop.
mini_tui_agent.py:50
Function
get_forecast
Get weather forecast for a location. Args: latitude: Latitude of the location longitude: Longitude of the location
weather_mcp.py:28
Function
get_user_location
Get the coordinates, city, region, and country of the user.
weather_mcp.py:10