refactor tools into tools.py and needed utilities are in utils dir
Browse files- tools.py +1 -0
- 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 """
|