Package manifest
01What org.vibevm.ai-native/go-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.
| Field | Value |
|---|---|
| Coordinate | org.vibevm.ai-native/go-ai-native-mcp |
| Version | 1.0.0 |
| Kind | mcp |
| Licence | UPL-1.0 |
| Summary | The AI-Native Go discipline over MCP: every go-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, go, golang, ai-native, discipline, agent |
Binaries
03[[binary]]
crate = "crates/go-ai-native-mcp"
description = "the stdio MCP server: 17 tools - the discipline command surface + the tcg type oracle"
name = "go-ai-native-mcp"
MCP servers
04[[mcp_server]]
args = [
"--path",
"{project_root}",
]
binary = "go-ai-native-mcp"
description = "AI-Native Go discipline gates + type oracle over MCP (PROP-027)"
name = "go-ai-native"
Depended on by
05Packages that require this one, as the catalog holds them now.
| Standing | Title | Coordinate | Publisher and language |
|---|---|---|---|
| community | go-ai-native | org.vibevm.ai-native/go-ai-native@1.0.0 |
org.vibevm.ai-native · en |
The manifest
07[package]
name = "go-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 Go discipline over MCP: every go-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", "go", "golang", "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/go-ai-native-lang" = "=1.0.0" }
[[binary]]
name = "go-ai-native-mcp"
crate = "crates/go-ai-native-mcp"
description = "the stdio MCP server: 17 tools - the discipline command surface + the tcg type oracle"
[[mcp_server]]
name = "go-ai-native"
binary = "go-ai-native-mcp"
description = "AI-Native Go discipline gates + type oracle over MCP (PROP-027)"
args = ["--path", "{project_root}"]