# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] What `org.vibevm.ai-native/typescript-ai-native-mcp@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `org.vibevm.ai-native/typescript-ai-native-mcp` |
| Version | `1.0.0` |
| Kind | `mcp` |
| Licence | UPL-1.0 |
| Summary | The AI-Native TypeScript discipline over MCP: every typescript-ai-native command and the tcg type oracle as agent tools, served straight from the slot with no vibe in the runtime path |
| Authors | Oleg Chirukhin |
| Keywords | mcp, typescript, ai-native, discipline, agent |

## Binaries {#binaries}

[p03]
```toml
[[binary]]
crate = "crates/typescript-ai-native-mcp"
description = "the stdio MCP server: 17 tools - the discipline command surface + the tcg type oracle"
name = "typescript-ai-native-mcp"

```

## MCP servers {#mcp-servers}

[p04]
```toml
[[mcp_server]]
args = [
    "--path",
    "{project_root}",
]
binary = "typescript-ai-native-mcp"
description = "AI-Native TypeScript discipline gates + type oracle over MCP (PROP-027)"
name = "typescript-ai-native"

```

## Depended on by {#dependants}

[p05] Packages that require this one, as the catalog holds them now.

[p06]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | typescript-ai-native | `org.vibevm.ai-native/typescript-ai-native@1.0.0` | org.vibevm.ai-native · en |

## The manifest {#the-manifest}

[p07]
```toml
[package]
name = "typescript-ai-native-mcp"
group = "org.vibevm.ai-native"
kind = "mcp"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The AI-Native TypeScript discipline over MCP: every typescript-ai-native command and the tcg type oracle as agent tools, served straight from the slot with no vibe in the runtime path"
keywords = ["mcp", "typescript", "ai-native", "discipline", "agent"]

[compatibility]
min_vibe_version = "0.1.0"
requires_kinds = []

# The exact-pin law (PROP-027 §2.3): this package vendors the stack's
# toolchain crates byte-identically (sync-engines), and the pin holds
# the vendored engines and the consumer's installed gates to ONE
# resolved version set. Bumped in lockstep with the stack, always.
[requires]
packages = { "lang:org.vibevm.ai-native/typescript-ai-native-lang" = "=1.0.0" }

[[binary]]
name = "typescript-ai-native-mcp"
crate = "crates/typescript-ai-native-mcp"
description = "the stdio MCP server: 17 tools - the discipline command surface + the tcg type oracle"

[[mcp_server]]
name = "typescript-ai-native"
binary = "typescript-ai-native-mcp"
description = "AI-Native TypeScript discipline gates + type oracle over MCP (PROP-027)"
args = ["--path", "{project_root}"]

```

