Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 909 Bytes

File metadata and controls

27 lines (20 loc) · 909 Bytes

worldlabs-mcp — Agent Guide

Overview

MCP server wrapping the World Labs Marble API for 3D world generation and the Spark 2.0 spatial viewer

Entry Points

  • uv run worldlabs-mcpworldlabs_mcp.server:main

Quick Ref

uv run pytest tests/ -q

Standards

  • FastMCP 3.2+ portmanteau tool pattern — tools use operation enum param
  • Responses: structured dicts with success, message, domain-specific fields
  • Dual transport: stdio (Claude Desktop) + HTTP (MCP_TRANSPORT=http)
  • See mcp-central-docs for fleet-wide coding standards

Key Files

  • README.md — full documentation
  • pyproject.toml — build config and entry points
  • CLAUDE.md — Claude Code context (if present)
  • justfile — Marble Adventure play/ship recipes

Install docs: follow mcp-central-docs/standards/AGENT_INSTALL_REFERENCE.md