We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ad0cc commit 2e9d47aCopy full SHA for 2e9d47a
server/src/main.rs
@@ -41,8 +41,8 @@ async fn main() -> Result<()> {
41
} else if let Some(dir) = cli.directory_path {
42
AnyHeapStorage::File(FileHeapStorage::new(dir))
43
} else {
44
- // default to s3
45
- AnyHeapStorage::S3(S3HeapStorage::new("test-mcp-js-bucket").await)
+ // default to file /tmp/mcp-v8-heaps
+ AnyHeapStorage::File(FileHeapStorage::new("/tmp/mcp-v8-heaps"))
46
};
47
48
0 commit comments