> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TypeScript Framework

> Alpha MCP framework for TypeScript.

<Warning>
  The TypeScript MCP framework is in alpha and is not ready for production use cases.
  Use the Python framework for production MCP servers today.
</Warning>

The TypeScript framework is under active development in
[dedalus-labs/dedalus-mcp-typescript](https://github.com/dedalus-labs/dedalus-mcp-typescript).
Treat the API surface as unstable until the framework leaves alpha.

<CardGroup cols={2}>
  <Card title="Repository" icon="github" href="https://github.com/dedalus-labs/dedalus-mcp-typescript">
    Track TypeScript framework development.
  </Card>

  <Card title="Python Framework" icon="rocket" href="/sdk/mcp/python">
    Use the production-ready framework today.
  </Card>
</CardGroup>
