Skip to content

ginlix-ai/valid-full

v1.0.0

anchor fixture

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

localstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "x-mcp"
  ]
}
remotestreamable-http
{
  "type": "streamable-http",
  "url": "https://x.example.com/mcp"
}
legacysse
{
  "type": "sse",
  "url": "https://x.example.com/sse"
}
forbiddenstdio
{
  "type": "stdio",
  "command": "bash"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "valid-full",
  "version": "1.0.0",
  "description": "anchor fixture",
  "unknownRootKey": true,
  "extensions": {
    "ai.langalpha": {
      "secrets": [
        {
          "name": "FX_KEY",
          "label": "Fixture key",
          "bind": [
            {
              "server": "remote",
              "header": "Authorization"
            }
          ]
        }
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.langalpha

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • unknownRootKey