Skip to content

Commit bb1b1f7

Browse files
committed
prettier
1 parent 00ebd98 commit bb1b1f7

File tree

3 files changed

+5496
-4689
lines changed

3 files changed

+5496
-4689
lines changed

apps/sandbox-container/container/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import { exec } from 'node:child_process'
2+
import * as fs from 'node:fs/promises'
3+
import path from 'node:path'
14
import { serve } from '@hono/node-server'
25
import { zValidator } from '@hono/zod-validator'
36
import { Hono } from 'hono'
47
import { streamText } from 'hono/streaming'
58
import mime from 'mime'
6-
import { exec } from 'node:child_process'
7-
import * as fs from 'node:fs/promises'
8-
import path from 'node:path'
99

1010
import { ExecParams, FileWrite } from '../shared/schema.ts'
1111
import {

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)