Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:13
· 214 commits to master since this release
227c026

Aspicio moves into its permanent home: every hosted surface now lives on branded frontsail.app domains, served from Vercel, with the DNS zone staying right where it was. No package API changes — if you consume @aspicio/* from npm, this release is a version-number ride-along.

New addresses

  • Demohttps://aspicio.frontsail.app (privacy, terms, and llms.txt included)
  • Hosted MCPhttps://aspicio-api.frontsail.app/mcp (#89) — the MCP registry listing now points here, published automatically by the tag-driven OIDC workflow's first live run
  • HTTP APIhttps://aspicio-api.frontsail.app · /openapi.json now advertises whichever origin served it (#88), so the doc stays truthful on every domain
  • The old workers.dev endpoints continue to serve during the transition — nothing breaks today.

Under the hood

  • The API runs as a Vercel Node function built from the same platform-free handler as the Worker — native resvg instead of WASM, one prebuilt self-contained bundle, deployed from CI with post-deploy smoke tests (#88, #90)
  • Rate limiting on the new host is enforced by a platform WAF rule; AGT-4/AGT-5 amended accordingly
  • Directory-submission groundwork: explicit destructiveHint on every tool, 256/48 px icons, and a generated chatgpt-app-submission.json (#83)

Install

  • Any framework or none: npm i @aspicio/elements three
  • React: npm i @aspicio/react react three · Vue: npm i @aspicio/vue vue three · Svelte: npm i @aspicio/svelte svelte three
  • Remote MCP (no install): https://aspicio-api.frontsail.app/mcp · Local stdio: npx -y @aspicio/mcp
  • npm: @aspicio/core · @aspicio/elements · @aspicio/react · @aspicio/vue · @aspicio/svelte · @aspicio/mcp — all 0.9.0

🤖 Generated with Claude Code