You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add pipeline_type filter support to pipeline templates (#53)
* feat: add PipelineType enum and pipeline_type field to PipelineTemplate model
* feat: add filter parameter to list_templates method
* feat: update PipelineTemplateResourceProtocol to include filter parameter
* feat: add filter support to list_pipeline_templates tool
* test: add pipeline_type to sample template for testing
* test: add unit tests for filter and sorting parameters
* test: import PipelineType enum for updated tests
* test: update FakePipelineTemplateResource to support new parameters
* test: import Any for type hints
* test: add pipeline_type to test template instances
* test: add pipeline_type to second test template
* test: add pipeline_type to remaining test template
* test: add comprehensive tests for filter and sorting functionality
* feat: update MCP tool to support filter and sorting parameters
* test: add integration tests for filter and sorting functionality
* fix: tests
0 commit comments