api-football-mcp
Version:
MCP server for API-Football data - Universal TypeScript implementation
34 lines (33 loc) • 772 B
JSON
{
"name": "api-football-mcp",
"version": "1.0.0",
"description": "MCP server for API-Football data - Universal TypeScript implementation",
"main": "dist/index.js",
"bin": {
"api-football-mcp": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "tsc --watch"
},
"keywords": ["mcp", "football", "api-football", "soccer", "sports"],
"author": "MatchStory",
"license": "MIT",
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
}
}