Skip to main content
Glama
northernvariables

FedMCP - Federal Parliamentary Information

pyproject.toml903 B
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "fedmcp-pipeline" version = "1.0.0" description = "Data ingestion pipeline for CanadaGPT - loads Canadian government data into Neo4j" readme = "README.md" requires-python = ">=3.11" authors = [ {name = "Matthew Dufresne"} ] dependencies = [ "neo4j>=5.14.0", "python-dotenv>=1.0.0", "tqdm>=4.66.0", # Progress bars "loguru>=0.7.0", # Better logging ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "black>=23.0.0", "ruff>=0.1.0", ] [project.scripts] canadagpt-ingest = "fedmcp_pipeline.cli:main" [tool.black] line-length = 100 target-version = ['py311'] [tool.ruff] line-length = 100 select = ["E", "F", "I"] ignore = ["E501"] # Line too long (handled by black) [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server