MigrateAgentEntriesMigrator class final

Text migrator for MCPCallEntry → AgentCallEntry (Phase 6f).

Limitations (documented in migration_intentcall_phase6.md):

  • Extension types wrapping MCPCallEntry need manual namespace/handler review.
  • Nested ObjectSchema / array fields are only partially preserved; see TODO(migrate) comments in generated inputSchema and refine manually.
  • Does not remove MCPCallEntry bridge types (Phase 6b).

Constructors

MigrateAgentEntriesMigrator({String defaultNamespace = 'app'})

Properties

defaultNamespace String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

migrateSource(String source) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wouldChange(String source) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited