Skip to content

Register entry point and verify integration #148

@abwaters

Description

@abwaters

Description

Add the plugin entry point to pyproject.toml, reinstall the package, and verify the full test suite passes.

Acceptance Criteria

  • Entry point added: github-repo-filter = "mcp_zero.plugins.github_repo_filter:GitHubRepoFilterPlugin" under [project.entry-points."mcp_zero.plugins"]
  • Package reinstalled with pip install -e ".[dev]"
  • ruff format src tests passes
  • ruff check src tests passes
  • All new tests pass: python -m pytest tests/plugins/test_github_repo_filter.py -v
  • Full test suite passes with no regressions

Parent story: #141

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: taskUpdate to non-functionals

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions