christopher-sch-dev/demo-dashboard
v0.1.0MIT
Capa agéntica del dashboard dental: cualquier IA externa (Claude, ChatGPT, Cursor, Codex, MCP) opera la FSM determinista de citas y el CRUD de pacientes via reduce() sin romperla.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
demo-dashboardstdio
{
"type": "stdio",
"command": "./scripts/mcp-server.mjs",
"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": "demo-dashboard",
"version": "0.1.0",
"description": "Capa agéntica del dashboard dental: cualquier IA externa (Claude, ChatGPT, Cursor, Codex, MCP) opera la FSM determinista de citas y el CRUD de pacientes via reduce() sin romperla.",
"author": {
"name": "Christopher",
"url": "https://calendly.com/csch1305"
},
"homepage": "https://calendly.com/csch1305",
"license": "MIT",
"keywords": [
"agent-plugin",
"dental",
"dashboard",
"fsm",
"citas",
"no-show",
"mcp"
]
}