Workspaces for agentic teams. Complete agent guide with all 19 consolidated tools using action-based routing — parameters, workflows, ID formats, and constra...
**fast-io 1.223.0 Changelog** - Renamed the `event` tool filter parameters from `created-min`/`created-max` to `created_min`/`created_max` (snake_case). Legacy hyphenated names are still accepted and migrated automatically. - Tool schema now publishes free-form JSON fields (e.g., `apps.extra_params`, `approval.properties`, `execute.body`, `execute.params`) as `{type: "string"}` to satisfy strict-mode validators. The server continues accepting both native objects and JSON strings. - `/file/workspace` and `/file/share` endpoints now support both `Mcp-Session-Id` and `Authorization: Bearer` headers, improving compatibility for OAuth-only clients streaming large files. - Added a new unauthenticated `resource://status` MCP resource for lightweight server health checks, returning basic server details and status. - Guide updated with a summary of allowed ID parameter naming conventions for tool actions.