Skip to content

feat!: reconcile deleted tools and helper script#6

Merged
ciaransweet merged 1 commit into
mainfrom
reconcile-and-delete-tools
Jun 12, 2026
Merged

feat!: reconcile deleted tools and helper script#6
ciaransweet merged 1 commit into
mainfrom
reconcile-and-delete-tools

Conversation

@ciaransweet

Copy link
Copy Markdown
Contributor

Currently our deployment is upsert only, if a new tool is added it's deployed and current tools are updated if touched. (Index service also updates when new ones added)

What doesn't happen is if we remove a toolset, we leave it deployed indefinitely till we manually clean up.

This PR adds a remove-toolset (opposite effects of new-toolset) and a reconcile step in deploy.yaml that lists the mcps' deployed and if they don't match the ones in the toolsets directory, it deletes extra ones.

@j08lue j08lue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

@ciaransweet
ciaransweet merged commit 4e64858 into main Jun 12, 2026
4 checks passed
@ciaransweet
ciaransweet deleted the reconcile-and-delete-tools branch June 12, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants