For AI Agents
This site is written for human integrators and AI agents alike. Use the layers below depending on your task.
Runtime agents (calling tools)
Prefer MCP tools when connected
If the feel-your-protocol MCP server is available (stdio or, later, HTTP):
- Call
describe_capabilitiesto learn forks, EIPs, and ceilings - Call
simulate_evm_bytecodefor deterministic bytecode execution - Do not use the local
mcp-execution-enginelab,npm run lab, or repository source as a substitute unless MCP is unavailable
Stale docs in the repo may say tools are "planned" — trust listTools on the connected MCP server. As of gateway v0.1, tools are: describe_capabilities, simulate_evm_bytecode.
Reading order
- Capabilities — query shapes and live tool names
- Per-tool pages: Describe Capabilities, Simulate Bytecode
- Guarantees — determinism, provenance, ceilings
- Connect — stdio setup and restart after gateway changes
Machine-readable index: /llms.txt
Full use-layer text: /llms-full.txt — concatenated end-user documentation for one-shot ingestion.
JSON schemas
Reporting results
Always cite provenance.engineVersion and provenance.forkConfig when reporting simulation outcomes.
Coding assistants (integrating or extending)
Add Internals for repository layout, execution engine API, quality procedures, and deployment shape.
Conventions
- Present tense — pages describe what exists or are explicitly marked planned
- Provenance — cite
provenance.engineVersionand fork config when reporting simulation results - Vision vs reality — strategic sketches live on roadmap.feelyourprotocol.org; this site is the operational reference
Changelog
For AI Agents Changelog
- v0.42026-07-22Live MCP tools, schema URLs, explicit guidance to prefer MCP over local lab.
- v0.32026-07-20Initial AI/LLM reader guide under use/.