Skip to content

v0.1.2 — Add native MCP and SKILL support

Choose a tag to compare

@hoaxnerd hoaxnerd released this 06 Mar 14:06
· 5 commits to main since this release
  • Agent integration: auto-generated SKILL.md from viewsets, built-in MCP server via mount_mcp(), and structured API manifest at /manifest.json. Content negotiation with Accept header parsing.
  • Authentication backends (Token, Basic, Session), throttling with rate limits, app-bound settings with configure(), and HasScope permission class for scope-based access control.
  • SQLAlchemy decoupled from core — now an optional dependency via pip install fastrest[sqlalchemy]. ORM adapter auto-detected at runtime; custom adapters supported via set_default_adapter().
  • Project status moved from Alpha to Beta.

Full Changelog: v0.1.1...v0.1.2