Skip to content

chore(release): 1.3.0#59

Merged
howethomas merged 1 commit into
mainfrom
release/1.3.0
Jun 10, 2026
Merged

chore(release): 1.3.0#59
howethomas merged 1 commit into
mainfrom
release/1.3.0

Conversation

@howethomas

Copy link
Copy Markdown
Contributor

Release 1.3.0.

  • Bump package.json 1.2.0 → 1.3.0
  • MCP server now advertises its real package version (was hardcoded 1.0.0); sourced from package.json at runtime (verified via stdio initialize: serverInfo.version: 1.3.0)
  • CHANGELOG [1.3.0] entry covering per-group Supabase isolation (PR feat: per-group Supabase isolation via project or schema #58), ENV_FILE, VCON_INSTANCE_LABEL, the bootstrap/migrate/launcher scripts, and the multi-Supabase docs

Build green, 795 tests pass.

🤖 Generated with Claude Code

- bump package.json 1.2.0 -> 1.3.0
- source MCP server version from package.json (was hardcoded 1.0.0)
- CHANGELOG: 1.3.0 (per-group Supabase isolation, ENV_FILE, instance label, scripts, docs)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 10, 2026 23:01
@howethomas howethomas merged commit ab7ce2c into main Jun 10, 2026
6 checks passed
@howethomas howethomas deleted the release/1.3.0 branch June 10, 2026 23:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Release bump to v1.3.0, updating runtime metadata so the MCP server reports the package’s actual semver and documenting the release contents in the changelog.

Changes:

  • Bump npm package version 1.2.0 → 1.3.0 (package.json + lockfile).
  • Replace hardcoded MCP serverInfo.version with a runtime package.json lookup.
  • Add a [1.3.0] section to docs/reference/CHANGELOG.md describing the release features.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/server/setup.ts Reads package version at runtime and uses it for MCP server metadata.
package.json Bumps package version to 1.3.0.
package-lock.json Updates lockfile version fields to 1.3.0.
docs/reference/CHANGELOG.md Adds 1.3.0 release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/server/setup.ts
Comment on lines +46 to +48
} catch {
return '0.0.0';
}
- `VCON_INSTANCE_LABEL` surfaced in startup logs and `GET /api/v1/health` (alongside the active `schema`)
- `start` / `start:group` npm scripts and `scripts/start-group.sh` launcher
- `scripts/bootstrap-schema.sh` (clone `public` into a new schema, with pg version fallback, extension-type preservation, and role grants) and `scripts/migrate-all-groups.sh` (migration fan-out across groups)
- Multi-Supabase Isolation guide; group-isolation env vars documented in installation/configuration/README
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