-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
type: taskUpdate to non-functionalsUpdate to non-functionals
Description
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 testspasses -
ruff check src testspasses - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: taskUpdate to non-functionalsUpdate to non-functionals