fix(chart): add missing MCP sidecars to values schema #47

Merged
cpfarhood merged 1 commits from fix/schema-new-mcp-sidecars into main 2026-02-23 23:57:41 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood cf429115d7 fix(chart): add fetch and sequentialthinking to values schema
PR #45 added fetch and sequentialthinking MCP sidecars to values.yaml
and the deployment template but missed updating values.schema.json.
The schema has additionalProperties: false on mcp.sidecars, causing
Helm upgrade to fail with validation errors.

Also adds resourceProfile to the schema as it was missing.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-23 18:55:02 -05:00