Skip to content

edgestream/recipes-plugin-dev

v0.1.1

Search and retrieve cooking recipes from your own collection and external sources

MCP servers

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

recipesstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./dist/recipes-mcp.mjs"
  ],
  "env": {
    "RECIPES_DATA_DIRECTORY": "${PLUGIN_DATA}"
  }
}

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": "recipes-plugin-dev",
  "version": "0.1.1",
  "description": "Search and retrieve cooking recipes from your own collection and external sources",
  "author": {
    "name": "Edgestream"
  },
  "keywords": [
    "recipes",
    "cooking",
    "recipe-search",
    "recipe-book",
    "mcp",
    "schema-org",
    "json-ld"
  ]
}