Skip to content

feat(cli): getTranscendConfigurationSchema + codec docs (P1/P2)#277

Merged
michaelfarrell76 merged 1 commit into
michaelfarrell76/push-gaps-p1from
michaelfarrell76/push-gaps-p2
Jul 8, 2026
Merged

feat(cli): getTranscendConfigurationSchema + codec docs (P1/P2)#277
michaelfarrell76 merged 1 commit into
michaelfarrell76/push-gaps-p1from
michaelfarrell76/push-gaps-p2

Conversation

@michaelfarrell76

Copy link
Copy Markdown
Member

Summary

  • Exports getTranscendConfigurationSchema() for MCP agents / RPC schema embedding
  • Improves codec JSDoc for common agent mistakes (unknownRequestPolicy, default-consent, attribute types)
  • Regenerates transcend-yml-schema-latest.json with new keys (preference-options, consent-workflow-triggers)

Depends on

Test plan

  • pnpm -F @transcend-io/cli script:transcend-json-schema
  • getTranscendConfigurationSchema unit test
  • Embed schema in MCP tool response and verify agent self-correction on invalid enums

Made with Cursor

Add runtime JSON Schema export from TranscendInput, improve codec docs
for common agent mistakes, and regenerate transcend-yml schema files.
@pkg-pr-new

pkg-pr-new Bot commented Jul 8, 2026

Copy link
Copy Markdown

Open in StackBlitz

@transcend-io/airgap.js-types

pnpm add https://pkg.pr.new/@transcend-io/airgap.js-types@277
yarn add https://pkg.pr.new/@transcend-io/airgap.js-types@277.tgz

@transcend-io/cli

pnpm add https://pkg.pr.new/@transcend-io/cli@277
yarn add https://pkg.pr.new/@transcend-io/cli@277.tgz

@transcend-io/internationalization

pnpm add https://pkg.pr.new/@transcend-io/internationalization@277
yarn add https://pkg.pr.new/@transcend-io/internationalization@277.tgz

@transcend-io/privacy-types

pnpm add https://pkg.pr.new/@transcend-io/privacy-types@277
yarn add https://pkg.pr.new/@transcend-io/privacy-types@277.tgz

@transcend-io/sdk

pnpm add https://pkg.pr.new/@transcend-io/sdk@277
yarn add https://pkg.pr.new/@transcend-io/sdk@277.tgz

@transcend-io/type-utils

pnpm add https://pkg.pr.new/@transcend-io/type-utils@277
yarn add https://pkg.pr.new/@transcend-io/type-utils@277.tgz

@transcend-io/utils

pnpm add https://pkg.pr.new/@transcend-io/utils@277
yarn add https://pkg.pr.new/@transcend-io/utils@277.tgz

@transcend-io/mcp

pnpm add https://pkg.pr.new/@transcend-io/mcp@277
yarn add https://pkg.pr.new/@transcend-io/mcp@277.tgz

@transcend-io/mcp-server-admin

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-admin@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-admin@277.tgz

@transcend-io/mcp-server-assessment

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-assessment@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-assessment@277.tgz

@transcend-io/mcp-server-base

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-base@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-base@277.tgz

@transcend-io/mcp-server-consent

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-consent@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-consent@277.tgz

@transcend-io/mcp-server-discovery

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-discovery@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-discovery@277.tgz

@transcend-io/mcp-server-docs

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-docs@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-docs@277.tgz

@transcend-io/mcp-server-dsr

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-dsr@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-dsr@277.tgz

@transcend-io/mcp-server-inventory

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-inventory@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-inventory@277.tgz

@transcend-io/mcp-server-preferences

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-preferences@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-preferences@277.tgz

@transcend-io/mcp-server-workflows

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-workflows@277
yarn add https://pkg.pr.new/@transcend-io/mcp-server-workflows@277.tgz

commit: 08c3b3a

@michaelfarrell76 michaelfarrell76 marked this pull request as ready for review July 8, 2026 02:57
@michaelfarrell76 michaelfarrell76 merged commit 2727fc6 into michaelfarrell76/push-gaps-p1 Jul 8, 2026
3 of 4 checks passed
@michaelfarrell76 michaelfarrell76 deleted the michaelfarrell76/push-gaps-p2 branch July 8, 2026 02:58
michaelfarrell76 added a commit that referenced this pull request Jul 8, 2026
* feat(cli): return SyncResult from syncConfigurationToTranscend

Add SyncResult, SyncError, and createCollectingLogger in utils. Push
now surfaces per-resource errors instead of a bare boolean. Injectable
logger option supports MCP debug=true log capture.

* feat(cli): export getTranscendConfigurationSchema for MCP agents (#277)

Add runtime JSON Schema export from TranscendInput, improve codec docs
for common agent mistakes, and regenerate transcend-yml schema files.
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.

1 participant