feat: implement MCP server and dashboard for football data platform
Add complete Nike football data platform with: - FastMCP server exposing football data tools over HTTP - RapidAPI client for free-api-live-football-data integration - Bootstrap web dashboard with live match/standings views - REST API endpoints for dashboard consumption - Docker support with multi-stage build - Comprehensive README with architecture docs - Minimal .gitignore replacing verbose Python template
This commit is contained in:
21
docs/api_samples/01_search_leagues_mls.json
Normal file
21
docs/api_samples/01_search_leagues_mls.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"status": "success",
|
||||
"response": {
|
||||
"suggestions": [
|
||||
{
|
||||
"type": "league",
|
||||
"id": "130",
|
||||
"score": 300491,
|
||||
"name": "MLS",
|
||||
"ccode": "USA"
|
||||
},
|
||||
{
|
||||
"type": "league",
|
||||
"id": "10282",
|
||||
"score": 300014,
|
||||
"name": "MLS Next Pro",
|
||||
"ccode": "USA"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user