# @transcend-io/mcp-server-core

> **Early Beta** — This project is in early beta. APIs, tool schemas, and behavior
> may change without notice. Use at your own risk. This software is provided "as is"
> with no warranty or liability coverage. See [LICENSE](../../LICENSE) for details.

Shared infrastructure for [Transcend MCP Server](https://github.com/transcend-io/MCP-server) packages.

This package provides the base GraphQL and REST clients, error handling, validation utilities, and tool type definitions used by the main `@transcend-io/mcp-server` package and domain-specific sub-packages.

## Installation

```bash
npm install @transcend-io/mcp-server-core
```

## Usage

This package is intended as an internal dependency of the Transcend MCP Server ecosystem. See the [main repository](https://github.com/transcend-io/MCP-server) for usage instructions.

## License

MIT — see [LICENSE](../../LICENSE).
