Skip to content

Commit 8a7117d

Browse files
committed
fix: remove outdated info from readme and trigger publish
1 parent 41e6b67 commit 8a7117d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The SDK takes this config and generates a fully compliant MCP server.
100100

101101
The SDK uses a low-cost `Timer` to automatically clean up stale client connections, preventing memory leaks and keeping hosting costs low.
102102

103-
Because timers are not automatically restored after a canister upgrade, **it is essential to add the `post_upgrade` system function to your `main.mo` file.** The SDK provides a simple `Cleanup` module for this.
103+
Because timers are not automatically restored after a canister upgrade.
104104

105105
```motoko
106106
// In your main.mo, after setting up your state...

0 commit comments

Comments
 (0)