arre99 commited on
Commit
6a73585
·
1 Parent(s): 87a229b

refactor tools into tools.py and needed utilities are in utils dir

Browse files
Files changed (2) hide show
  1. tools.py +1 -0
  2. utils/request_utils.py +1 -0
tools.py ADDED
@@ -0,0 +1 @@
 
 
1
+ ## Here we implement the MCP tools
utils/request_utils.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """ Utils file for handling OpenF1 requests """