studio/LOCAL_FILESYSTEM_ACCESS.md

Local Filesystem Access

Purpose

This document defines how Codex, ChatGPT, and MCP-compatible AI clients may access the local Streetline Heroes repository.

Current Codex Access

Codex already has controlled workspace access to this repository:

C:\Users\ramon\RMediaIT\game\StreetlineHeroes

No separate filesystem MCP server is required for this Codex app workspace.

ChatGPT Without Local Filesystem Access

If ChatGPT or another assistant cannot directly read the repository, use:

The assistant must not invent status, requirements, blockers, or approval state.

Optional MCP Filesystem Configuration

Only use this with a client that explicitly supports local MCP servers.


{

  "mcpServers": {

    "filesystem": {

      "command": "npx",

      "args": [

        "-y",

        "@modelcontextprotocol/server-filesystem",

        "C:\\Users\\ramon\\RMediaIT\\game\\StreetlineHeroes"

      ]

    }

  }

}

Security Rules

Acceptance Criteria

Open raw source