File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import mime from 'mime'
21import * as fs from 'node:fs/promises'
32import 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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import { getContainerManager } from './containerManager'
88import { BASE_INSTRUCTIONS } from './prompts'
99import { fileToBase64 , stripProtocolFromFilePath } from './utils'
1010
11- import type { Env , Props } from '.'
1211import type { FileList } from '../shared/schema'
12+ import type { Env , Props } from '.'
1313
1414export class ContainerMcpAgent extends McpAgent < Env , Props > {
1515 server = new McpServer (
You can’t perform that action at this time.
0 commit comments