Skip to content

Roadmap vs MCP Docs

Feel Your Protocol maintains two documentation layers with different jobs. Both are public; both use VitePress; both share the FYP design language — but they answer different questions.

The split

Roadmap (roadmap.feelyourprotocol.org)MCP Docs (mcp-docs.feelyourprotocol.org)
TenseFuture-facing — vision, strategy, draft conceptsPresent-facing — what exists, how to use it
AudienceCommunity, investors, strategic readersAgent operators, integrators, us (human + AI) replicating setup
ContentProblem/vision, tracks, timeline, pricing concepts, AWS targetsTool reference, repo layout, deploy shape, local quickstart
CharacterPurple "Strategy HQ" skinTerminal-green "Machine Room" skin
Changes whenThinking evolvesCapabilities ship

Rule of thumb: if it is a hypothesis or a target, it lives on the roadmap. If you can curl it, clone it, or call it from an agent today, it lives in MCP docs.

How they stay in sync

When a roadmap concept graduates to shipped reality:

  1. Implement the capability in mcp-execution-engine / mcp-gateway.
  2. Document the concrete outcome here (tool reference, setup page, changelog entry).
  3. Update the roadmap concept page with a short status note — e.g. "Now shipped — see MCP docs" — without duplicating the full technical detail.

The roadmap Agent API & MCP concept remains the strategic sketch; this site becomes the operational manual as pieces land.

What lives where (examples)

TopicRoadmapMCP DocsPrivate server-config
Why build an MCP server?YesBrief pointer
x402 pricing model (draft)Yes
x402 middleware wiringPointer onlyYes (when shipped)Secrets, treasury address
AWS target architectureYesDeploy shape (public)Real nginx, SSH, env
simulate_evm_bytecode tool schemaYes (when shipped)
Token discount tiers (concept)YesYes (when shipped)Token contract address

Fleet map

All sites are separate subdomains; the main website is the binding ground:

Changelog

Roadmap Relationship Changelog
  1. v0.12026-07-15Initial split definition — roadmap vs MCP docs vs server-config.

Add a one-line entry here when the documentation split or fleet map changes.

Concrete MCP server documentation — each section carries its own micro-changelog as capabilities ship.