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:
19
docs/api_samples/sportsdb/05_v1_search_player.json
Normal file
19
docs/api_samples/sportsdb/05_v1_search_player.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"player": [
|
||||
{
|
||||
"idPlayer": "34148472",
|
||||
"idTeam": "134781",
|
||||
"strPlayer": "Federico Bernardeschi",
|
||||
"strTeam": "Bologna",
|
||||
"strSport": "Soccer",
|
||||
"strThumb": "https://r2.thesportsdb.com/images/media/player/thumb/ptaxx21515958866.jpg",
|
||||
"strCutout": "https://r2.thesportsdb.com/images/media/player/cutout/fwmcl01758896784.png",
|
||||
"strNationality": "Italy",
|
||||
"dateBorn": "1994-02-16",
|
||||
"strStatus": "Active",
|
||||
"strGender": "Male",
|
||||
"strPosition": "Winger",
|
||||
"relevance": "28.932828903198242"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user