mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix(mcp): types
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
gcEventsMap,
|
||||
cpuProfilesMap,
|
||||
} from "./inspector";
|
||||
import { Hono } from "hono";
|
||||
|
||||
export async function createMcpServer(): Promise<McpServer> {
|
||||
const server = new McpServer({
|
||||
|
||||
Reference in New Issue
Block a user