Metadata-Version: 2.4
Name: iflow-mcp_michaelfromorg-nhl
Version: 0.1.0
Summary: An MCP server for NHL data.
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp>=1.1.1
Description-Content-Type: text/markdown

# MCP NHL

An MCP server to getting NHL data.

Connect to this server via.

```jsonc
// MacOS
{
    "mcpServers": {
        "nhl": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/nhl",
                "run",
                "nhl"
            ]
        }
    }
}
// Windows
{
    "mcpServers": {
        "nhl": {
            "command": "uv",
            "args": [
                "--directory",
                "C:\\ABSOLUTE\PATH\TO\PARENT\FOLDER\nhl",
                "run",
                "nhl"
            ]
        }
    }
}
```
