Commit Graph

3 Commits

Author SHA1 Message Date
f833fe3d53 chore: update mcp-envelope-integration task status to completed 2026-05-11 01:59:52 +00:00
4616faa084 chore(docs-cleanup-bugs): mark task as completed 2026-05-11 01:59:22 +00:00
9f4d2fb5f7 fix(PendingRequestMap): resolve type name conflict between env.ts interface and call.ts class
- Remove PendingRequestMap interface from env.ts (had reduced signature missing deadline, identity typed as unknown)
- Add CallMap interface in env.ts with full call() signature matching the class
- Update EnvOptions.callMap to use CallMap type
- Export PendingRequestMap class directly (remove PendingRequestMapClass alias)
- Export CallMap type from index.ts instead of old PendingRequestMap interface
2026-05-11 01:54:04 +00:00