Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 1, 2026

Adds optional payloadDir field to gateway configuration for storing large payload JSON files accessible to authenticated clients.

Changes

  • Specification v1.8.0: Added payloadDir to gateway configuration fields (Section 4.1.3)
  • JSON Schemas: Added payloadDir property to gatewayConfig definition in both schema copies
  • Changelog: Documented field purpose and client isolation requirement

Field Definition

{
  "gateway": {
    "port": 8080,
    "domain": "localhost",
    "apiKey": "secret",
    "payloadDir": "/tmp/gateway/payloads"
  }
}
Property Type Required Description
payloadDir string No Directory path for storing large payload JSON files for authenticated clients

Gateway implementations must ensure proper isolation between clients' payload files.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 2, 2026 00:02
…ation v1.8.0

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot AI changed the title [WIP] Add payloadDir to gateway object in MCP gateway spec Add payloadDir field to MCP Gateway configuration Feb 2, 2026
Copilot AI requested a review from lpcox February 2, 2026 00:06
@lpcox lpcox marked this pull request as ready for review February 2, 2026 00:18
@lpcox lpcox merged commit e1d9638 into main Feb 2, 2026
130 of 132 checks passed
@lpcox lpcox deleted the copilot/update-gateway-spec-payloaddir branch February 2, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants