Skip to content

shawnyeager/ascii-magic

v0.1.0MIT

Build and parse ASCII Magic editor recipes (full settings + post-FX) and return https://www.ascii-magic.com/app?r= deep links. Does not render images server-side.

MCP servers

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

ascii-magicstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./src/server.js"
  ],
  "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": "ascii-magic",
  "version": "0.1.0",
  "description": "Build and parse ASCII Magic editor recipes (full settings + post-FX) and return https://www.ascii-magic.com/app?r= deep links. Does not render images server-side.",
  "author": {
    "name": "Shawn Yeager"
  },
  "homepage": "https://www.ascii-magic.com",
  "license": "MIT",
  "keywords": [
    "ascii-magic",
    "recipe",
    "dither",
    "deep-link",
    "mcp",
    "post-fx"
  ]
}