You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add type guard for DurableObjectNamespace
Introduced a type guard function `isDurableObjectNamespace` to validate objects as DurableObjectNamespace. Updated relevant checks in McpAgent to use this type guard for improved type safety and clarity.
Fixes#294
* Update index.ts
0 commit comments