File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import mime from 'mime'
22import * as fs from 'node:fs/promises'
33import 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
78export const DIRECTORY_CONTENT_TYPE = 'text/directory'
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