Skip to content

yannelli/yard

v0.1.0MIT

Local control plane. Search, hydrate, and attach marketplace skills, hooks, and MCP over stdio.

MCP servers

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

yardstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./dist/cli.js",
    "--stdio"
  ],
  "cwd": "./"
}

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": "yard",
  "version": "0.1.0",
  "description": "Local control plane. Search, hydrate, and attach marketplace skills, hooks, and MCP over stdio.",
  "author": {
    "name": "Ryan Yannelli",
    "email": "ryanyannelli@gmail.com",
    "url": "https://github.com/yannelli"
  },
  "homepage": "https://github.com/yannelli/skills",
  "repository": "https://github.com/yannelli/skills",
  "license": "MIT",
  "keywords": ["yard", "mcp", "catalog", "hydrate"]
}