Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Two things stall an agent building on Rome: **hallucinated facts** (wrong ids, a
Repo-first (npm publish pending):

```bash
npm install -g github:rome-protocol/rome-cli#v0.7.0
npm install -g github:rome-protocol/rome-cli#v0.8.0
# or run without installing:
npx github:rome-protocol/rome-cli#v0.7.0 facts chain hadrian
npx github:rome-protocol/rome-cli#v0.8.0 facts chain hadrian
```

## CLI
Expand Down
4 changes: 2 additions & 2 deletions docs/GUIDES.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Give your coding agent grounded Rome facts so it stops guessing addresses and se

**1. Install** (repo-first; npm publish pending):
```bash
npm install -g github:rome-protocol/rome-cli#v0.7.0
npm install -g github:rome-protocol/rome-cli#v0.8.0
```

**2. Register the MCP server** in your client's config. You don't run or host anything — the client launches `rome mcp` on demand.
Expand All @@ -169,7 +169,7 @@ npm install -g github:rome-protocol/rome-cli#v0.7.0
rome mcp # starts the stdio server; your client lists the READ tools: facts_chain,
# facts_tokens, facts_contracts, facts_gas, facts_balance, facts_programs,
# cookbook_cpi_recipe, cookbook_patterns, cookbook_errors, call, doctor, tx, preset
# (actions — deploy/send/fund/bridge/verify — are CLI-only, never on MCP)
# (actions — deploy/send/fund/bridge/activate/verify — are CLI-only, never on MCP)
```

**4. Use it in a prompt.** Now the agent can call the tools instead of hallucinating:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rome-protocol/cli",
"version": "0.7.0",
"version": "0.8.0",
"description": "rome — the Rome Protocol dev CLI and MCP server: grounded chain facts and build patterns for humans and AI agents.",
"type": "module",
"bin": {
Expand Down
Loading