feat(mcp): add custom-functions package with list and get_code - #441
Open
dawson-turechek-transcend wants to merge 1 commit into
Open
feat(mcp): add custom-functions package with list and get_code#441dawson-turechek-transcend wants to merge 1 commit into
dawson-turechek-transcend wants to merge 1 commit into
Conversation
@transcend-io/airgap.js-types
@transcend-io/cli
@transcend-io/design-tokens
@transcend-io/internationalization
@transcend-io/privacy-types
@transcend-io/sdk
@transcend-io/type-utils
@transcend-io/utils
@transcend-io/mcp
@transcend-io/mcp-server-admin
@transcend-io/mcp-server-assessment
@transcend-io/mcp-server-base
@transcend-io/mcp-server-consent
@transcend-io/mcp-server-custom-functions
@transcend-io/mcp-server-discovery
@transcend-io/mcp-server-docs
@transcend-io/mcp-server-dsr
@transcend-io/mcp-server-inventory
@transcend-io/mcp-server-preferences
@transcend-io/mcp-server-workflows
commit: |
dawson-turechek-transcend
force-pushed
the
dawson/mcp-cf-pr2-reads
branch
from
August 19, 2026 15:28
2323144 to
83c5f58
Compare
dawson-turechek-transcend
marked this pull request as ready for review
August 19, 2026 16:23
dawson-turechek-transcend
force-pushed
the
dawson/mcp-cf-pr2-reads
branch
from
August 19, 2026 16:28
83c5f58 to
2323144
Compare
dawson-turechek-transcend
force-pushed
the
dawson/mcp-cf-pr2-reads
branch
from
August 19, 2026 16:35
2323144 to
c033ce2
Compare
dsklyar
approved these changes
Aug 19, 2026
dsklyar
left a comment
Contributor
There was a problem hiding this comment.
Looks great added couple notes!
| { "path": "./packages/mcp/mcp-server-assessment" }, | ||
| { "path": "./packages/mcp/mcp-server-consent" }, | ||
| { "path": "./packages/mcp/mcp-server-base" }, | ||
| { "path": "./packages/mcp/mcp-server-custom-functions" }, |
Contributor
There was a problem hiding this comment.
Reminder, because I forgot before, we will have to add transcend bot to be able to publish this new package. Otherwise the publish job will fail.
|
|
||
| import type { CustomFunctionsMixin } from '../graphql.js'; | ||
|
|
||
| export const CustomFunctionsListSchema = z.object({ |
Contributor
There was a problem hiding this comment.
Can we extend from pagination type e.g. OffsetPaginationSchema.extend?
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.
Summary
@transcend-io/mcp-server-custom-functionswithcustom_functions_listandcustom_functions_get_code.Stacked on #440.
Test plan
pnpm run --dir packages/mcp/mcp-server-custom-functions testpnpm run --dir packages/mcp/mcp testcustom_functions_get_codereturns plaintext and omitssignedCodeJwtMade with Cursor