gcrft123/tailr
v1.4.1MIT
Visual markup on a running dev server, handed to the agent as one locked batch. Registers Tailr's MCP server and the operating rules for the review loop.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
tailrstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gcrft123/tailr",
"mcp"
]
}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": "tailr",
"description": "Visual markup on a running dev server, handed to the agent as one locked batch. Registers Tailr's MCP server and the operating rules for the review loop.",
"version": "1.4.1",
"author": {
"name": "gcrft123"
},
"homepage": "https://github.com/gcrft123/tailr#readme",
"repository": "https://github.com/gcrft123/tailr",
"license": "MIT",
"keywords": [
"dev-server",
"feedback",
"agent",
"overlay",
"markup",
"mcp",
"design-review"
]
}