Skip to content

alainux/secret-word

v1.0.0

Verification fixture exposing separate secret words through a skill and an MCP tool.

MCP servers

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

secret-word-echostdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/server.py"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

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": "secret-word",
  "version": "1.0.0",
  "description": "Verification fixture exposing separate secret words through a skill and an MCP tool.",
  "keywords": ["verification", "skills", "mcp"]
}