Skip to content

Commit d2deb1b

Browse files
committed
prettier
1 parent 6436948 commit d2deb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)