-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Proposal: Packaged AI Assets #181876
Copy link
Copy link
Open
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")design docTracks a design discussion documentTracks a design discussion document
Metadata
Metadata
Assignees
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")design docTracks a design discussion documentTracks a design discussion document
Document Link
https://flutter.dev/go/packaged-ai-assets
What problem are you solving?
Enables packages to provide MCP prompts and resources with their package, which will be surfaced through the Dart/Flutter MCP Server directly to the agents their users are already using (assuming they are using the general Dart/Flutter MCP Server).
This works across all agents that support MCP prompts and resources, without special configuration, and using pub as the delivery mechanism.
Status
Experimental, looking for feedback from package authors.