What it does
This is a shared infrastructure package for Transcend's MCP server implementations. Rather than exposing tools itself, it provides the foundational TypeScript code—base classes, utilities, and type definitions—that other @transcend-io/* MCP servers rely on. It's part of a broader Transcend developer tools monorepo that includes a CLI, privacy type definitions, and domain-specific MCP servers.
Who it's for
Developers building or extending MCP servers within the Transcend ecosystem, or teams integrating multiple Transcend domain-specific MCP servers into a single AI agent. Not intended as a standalone MCP server installation.
Common use cases
- Using shared code patterns when building a custom Transcend MCP server package.
- Extending existing Transcend MCP servers with shared utilities and type definitions.
- Bundling multiple Transcend domain-specific servers that depend on this base package.
Setup pitfalls
- 17 secrets detected in the codebase—audit for API keys or credentials before deploying in a shared environment or CI pipeline.
- Requires filesystem read and write access; ensure the sandboxing or permissions model allows file operations.
- Makes network calls; verify your environment's network policies and proxy configuration don't block outbound requests.
- This is infrastructure code, not a runnable MCP server—installation must be paired with at least one consuming server package to be functional.