MCP App Store
Developer Tools
Metaplay SDK Docs icon

Metaplay SDK Docs

by Metaplay

Overview

Metaplay SDK Docs gives ChatGPT access to Metaplay's LLM-optimized documentation corpus, including SDK source files, sample projects, release notes, CLI reference, and website content across multiple SDK versions. Users can ask natural-language questions and the app retrieves the most relevant articles, reads specific files at requested line ranges, runs ripgrep regex searches, and globs for files by pattern.

Tools

find

ChatGPT
Find files using patterns. Supports for single directory and * for recursive matching. Returns newline-separated paths.

read

ChatGPT
Read a file at given path. Returns up to 2000 lines starting at line 1 by default; use offset (1-indexed) and limit to read a specific range. When the slice is truncated, the response ends with a footer like "[Showing lines 1-2000 of 5432. Use offset=2001 to continue.]" — call again with that offset to continue. Avoid tiny repeated slices; read meaningful windows.

ripgrep

ChatGPT
Execute ripgrep to search file content. Returns results as plain text with headings and line numbers.

Example Prompts

Click any prompt to copy it.

App Stats

4

Tools

1

Prompts

May 20, 2026

First seen

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily