intentcall_platform 0.1.0
intentcall_platform: ^0.1.0 copied to clipboard
PRE-RELEASE — Platform emitters and sync for intentcall (web manifest, WebMCP JS, bootstrap).
⚠️ Pre-release (0.1.x) — Highly experimental. APIs may change without notice. Not for production. Details.
intentcall_platform #
Platform emitters, PlatformSync, and optional Flutter plugin for native invoke + web WebMCP artifacts.
Manifest workflow (I4) #
web/agent_manifest.json is checked in and refreshed by CLI — not generated live from AgentRegistry yet.
flutter-mcp-toolkit codegen sync \
--platform web,android,ios,macos,linux,windows \
--project-dir <app>
Use --check in CI (make check-intentcall-integration).
One-time hooks #
flutter-mcp-toolkit init intentcall-platform --project-dir <flutter_app>
Future #
Registry-backed generateWebAgentManifest is deferred — edit agent_manifest.json, then codegen sync.