feat: CIPP Standards Template tooling#21
Merged
Conversation
Add listStandardTemplates, getTenantDrift, and getTenantAlignment to CippService, with unit tests following TDD.
Implements Task 2 — adds CippService.createStandardTemplate() which POSTs a standards template JSON object to CIPP's AddStandardsTemplate endpoint. Includes light validation (must be a non-null object with a tenantFilter) and three new tests covering the happy path and both validation rejections.
Adds five MCP tool definitions for standards template management (cipp_list_standard_templates, cipp_get_tenant_drift, cipp_get_tenant_alignment, cipp_create_standard_template, cipp_delete_standard_template) and registers them in the standards category array.
ba81fe4 to
5ecb442
Compare
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements docs/superpowers/specs/2026-05-20-cipp-standards-tooling-design.md — five MCP tools to manage CIPP Standards Templates and report tenant drift/alignment. Phase 1 of the standards baseline effort.