@bdmarvin/mcp-server-sleeper
Version:
A Model Context Protocol (MCP) server providing access to the Sleeper Fantasy Football API.
45 lines • 1.28 kB
JSON
{
"name": "@bdmarvin/mcp-server-sleeper",
"version": "0.1.5",
"description": "A Model Context Protocol (MCP) server providing access to the Sleeper Fantasy Football API.",
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"type": "module",
"bin": {
"mcp-server-sleeper": "dist/index.js"
},
"files": [
"dist",
"players.json"
],
"scripts": {
"build": "tsc && shx cp players.json dist/players.json && shx chmod +x dist/*.js",
"prepare": "pnpm run build",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bdmarvin1/mcp-server-sleeper.git"
},
"keywords": [
"mcp",
"sleeper",
"fantasy football",
"api",
"typingmind",
"model context protocol"
],
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"axios": "^1.7.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/node": "^22.10.1",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}