We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715c07d commit 2627db3Copy full SHA for 2627db3
apps/sandbox-container/server/containerMcp.ts
@@ -8,8 +8,8 @@ import { getContainerManager } from './containerManager'
8
import { BASE_INSTRUCTIONS } from './prompts'
9
import { fileToBase64, stripProtocolFromFilePath } from './utils'
10
11
-import type { Env, Props } from '.'
12
import type { FileList } from '../shared/schema'
+import type { Env, Props } from '.'
13
14
export class ContainerMcpAgent extends McpAgent<Env, Props> {
15
server = new McpServer(
0 commit comments