mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
11 lines
257 B
Text
11 lines
257 B
Text
// Tardygrada — Hello World
|
|
//
|
|
// This compiles to an MCP server.
|
|
// Clients connect, see three tools (x, y, z),
|
|
// and get verified responses with provenance.
|
|
|
|
agent Main {
|
|
let x: int = 5 @verified
|
|
let y: int = 42
|
|
let z: int = 7 @sovereign
|
|
}
|