New:Socket for Asana Is Now Available.Learn more
Get Started

@slickfast/mcp

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickfast/mcp - npm Package Compare versions

Comparing version
0.7.23
to
0.7.24
+1
-1
package.json
{
"name": "@slickfast/mcp",
"version": "0.7.23",
"version": "0.7.24",
"mcpName": "com.slickfast/mcp",

@@ -5,0 +5,0 @@ "homepage": "https://slickfast.com",

@@ -54,3 +54,4 @@ # SlickFast — charts, dashboards & Pages for AI agents

Free: up to **5 Pages** alive, **7-day** TTL, watermark. Paid: more slots, **permanent**.
`DELETE /pages/{slug}` frees a slot.
`DELETE /pages/{slug}` frees a slot. Hosted URLs are **unlisted, not private** — anyone with
the link can open the Page and fetch the twin ([Privacy](https://slickfast.com/privacy.html)).

@@ -81,3 +82,3 @@ **In chat:** call `news` or `get_started` — current drops are Pages behind

**First clicks** (prompts in clients that show them): **Get started** → **Try SlickFast** →
**Build a dashboard**. Also: **SlickFast News**, **Make a Page**, **Share / publish**,
**Build a dashboard**. Also: **SlickFast News**, **Make a Page**, **My Pages**, **Share / publish**,
**Update / refresh SlickFast**, **Report a SlickFast issue**.

@@ -96,3 +97,4 @@

- **`render_page(pagespec)`** → self-contained HTML, **local**. Optional `pagespecPath` / `outputPath`.
- **`publish_page(pagespec)`** → public URL + `.json` twin + fingerprint (free = 5 concurrent · 7d + watermark; paid = permanent).
- **`publish_page(pagespec)`** → public URL + `.json` twin + fingerprint (free = 5 concurrent · 7d + watermark; paid = permanent). Unguessable ≠ private.
- **`my_pages()`** → this key’s Page history as a Page (needs key). Default publishes; `publish:false` = local HTML.
- **`render_chart(spec)`** → PNG (default) or SVG. Dashboards: `type: "dashboard"` with

@@ -99,0 +101,0 @@ `tiles: [{ chart, span }]`. Tiles **fill** the cell by default. Local: `specPath` + `layout:` sidecar.

Sorry, the diff of this file is too big to display