Smithery · JSON Structure

Smithery Connection Structure

Type: object Properties: 8
AIAgentsMCPModel Context ProtocolRegistryHostingToolsSkillsMarketplaceDeveloper Platform

SmitheryConnection is a JSON Structure definition published by Smithery, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

connectionId namespace server config auth createdAt updatedAt lastUsedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SmitheryConnection",
  "type": "object",
  "properties": {
    "connectionId": { "type": "string" },
    "namespace": { "type": "string" },
    "server": { "type": "string" },
    "config": { "type": "object" },
    "auth": { "type": "object" },
    "createdAt": { "type": "string" },
    "updatedAt": { "type": "string" },
    "lastUsedAt": { "type": "['string', 'null']" }
  }
}