Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Fantasy Premier League MCP Server
by
rishijatia
Verified
GitHub
Search
Python
MIT License
5
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
fantasy-pl-mcp
tests
tests/conftest.py
tests/mock_mcp.py
tests/README.md
tests/test_api.py
tests/test_basic.py
import pytest import os import sys # Add the src directory to the path so pytest can import the package sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))