Skip to content

Commit 74fa8d1

Browse files
lex00claude
andcommitted
Site: describe chant's MCP surface
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EFsqVDRNABeAMP8zhQawtz
1 parent 17b7705 commit 74fa8d1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

content/compare/control-planes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our answer is a tag on the resource, so your IAM is the boundary whether or not
1818
| Honest compatibility | The gauntlet: 26 real configurations against stock OpenTofu as the oracle. | Refusal by name, and a compatibility page still to come. |
1919
| A control plane you can look at | | [behold](https://github.com/INTENTIUS/behold), read-only core, writes through gated Ops. |
2020
| Any scale | 79, 301 and 745 resources measured, 745 against real AWS, 3,705 on the emulator. The category publishes an adjective. | A synthetic bench to 200. |
21-
| Agent-native | | `chant serve mcp` and `chant acp`, over stdio. |
21+
| Agent-native | | An MCP server with tools for build, lint and search, lifecycle snapshot and diff, and running and approving Ops, plus read-only pipeline tools from the forge lexicons. `chant acp` for an editor or sandbox that drives chant directly. |
2222
| Model choice | No model calls. | The model is a field on a Fountain `Agent` resource. |
2323

2424
No answer on our side, by design: Terraform Actions, deferred changes in the language, and a one-effect-at-a-time apply.

content/tools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ A type system for operations. Infrastructure in a statically evaluable subset of
1515

1616
[Docs](https://intentius.io/chant/) · [Source](https://github.com/INTENTIUS/chant) · [The subset as a spec](https://github.com/INTENTIUS/typescript-as-data) · [Compare](/compare/chant-cdk-and-pulumi/)
1717

18+
### Agents
19+
20+
`chant init` writes the MCP server into your editor's config and installs a skill per platform. Over MCP an agent can build and lint the project or search it. It can take a lifecycle snapshot and diff it against live. It can run an Op and approve or report on one. The forge lexicons add read-only tools that answer questions about a pipeline before it runs: what it does, what it pulls in and whether that is pinned, what re-runs if a job changes. An agent meets a gate the same way a person does.
21+
1822
### Fountain lexicon
1923

2024
The Fountain lexicon declares an agent's sandbox, vault and schedule as typed resources and diffs them against what is running. Thirteen lint rules catch the ways agents fail before anything is sent.

0 commit comments

Comments
 (0)