Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yomo.run/llms.txt

Use this file to discover all available pages before exploring further.

API

MCP Bridge creates a MCP server on http://localhost:9001/sse.

MCP Bridge Configuration Structure

yomo.yaml
name: llm-bridge
host: 0.0.0.0
port: 9000

bridge:
  mcp:
    server:
      addr: localhost:9001