Skip to content

feat(mcp): add custom-functions package with list and get_code - #441

Open
dawson-turechek-transcend wants to merge 1 commit into
dawson/mcp-cf-pr1-foundationfrom
dawson/mcp-cf-pr2-reads
Open

feat(mcp): add custom-functions package with list and get_code#441
dawson-turechek-transcend wants to merge 1 commit into
dawson/mcp-cf-pr1-foundationfrom
dawson/mcp-cf-pr2-reads

Conversation

@dawson-turechek-transcend

Copy link
Copy Markdown
Member

Summary

  • Add @transcend-io/mcp-server-custom-functions with custom_functions_list and custom_functions_get_code.
  • Unwrap signed source through Sombra customer ingress; tool responses never include JWTs.
  • Wire the domain into the umbrella server (tool count 81 → 83).

Stacked on #440.

Test plan

  • pnpm run --dir packages/mcp/mcp-server-custom-functions test
  • pnpm run --dir packages/mcp/mcp test
  • Confirm custom_functions_get_code returns plaintext and omits signedCodeJwt

Made with Cursor

@pkg-pr-new

pkg-pr-new Bot commented Aug 18, 2026

Copy link
Copy Markdown

Open in StackBlitz

@transcend-io/airgap.js-types

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

@transcend-io/cli

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

@transcend-io/design-tokens

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/design-tokens@441
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/design-tokens@441.tgz

@transcend-io/internationalization

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

@transcend-io/privacy-types

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

@transcend-io/sdk

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

@transcend-io/type-utils

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

@transcend-io/utils

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

@transcend-io/mcp

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

@transcend-io/mcp-server-admin

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

@transcend-io/mcp-server-assessment

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

@transcend-io/mcp-server-base

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

@transcend-io/mcp-server-consent

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

@transcend-io/mcp-server-custom-functions

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-custom-functions@441
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-custom-functions@441.tgz

@transcend-io/mcp-server-discovery

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

@transcend-io/mcp-server-docs

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

@transcend-io/mcp-server-dsr

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

@transcend-io/mcp-server-inventory

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

@transcend-io/mcp-server-preferences

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

@transcend-io/mcp-server-workflows

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

commit: c033ce2

@dsklyar dsklyar 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.

Looks great added couple notes!

Comment thread tsconfig.json
{ "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" },

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.

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({

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.

Can we extend from pagination type e.g. OffsetPaginationSchema.extend?

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