Skip to content

Commit 354ccbb

Browse files
committed
prettier
1 parent 715c07d commit 354ccbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sandbox-container/container/fileUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import mime from 'mime'
21
import * as fs from 'node:fs/promises'
32
import path from 'node:path'
3+
import mime from 'mime'
44

55
// this is because there isn't a "real" directory mime type, so we're reusing the "text/directory" mime type
66
// so claude doesn't give an error

apps/sandbox-container/server/containerMcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { getContainerManager } from './containerManager'
88
import { BASE_INSTRUCTIONS } from './prompts'
99
import { fileToBase64, stripProtocolFromFilePath } from './utils'
1010

11-
import type { Env, Props } from '.'
1211
import type { FileList } from '../shared/schema'
12+
import type { Env, Props } from '.'
1313

1414
export class ContainerMcpAgent extends McpAgent<Env, Props> {
1515
server = new McpServer(

0 commit comments

Comments
 (0)