Skip to content

Commit 98049c1

Browse files
committed
prettier
1 parent 715c07d commit 98049c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/sandbox-container/container/fileUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import mime from 'mime'
22
import * as fs from 'node:fs/promises'
33
import path from 'node:path'
44

5+
56
// this is because there isn't a "real" directory mime type, so we're reusing the "text/directory" mime type
67
// so claude doesn't give an error
78
export const DIRECTORY_CONTENT_TYPE = 'text/directory'

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)