format
This commit is contained in:
parent
65e55c3823
commit
d332273355
8 changed files with 21 additions and 29 deletions
|
@ -11,13 +11,8 @@
|
|||
|
||||
import { EventEmitter } from 'events'
|
||||
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'
|
||||
import {
|
||||
NodeOAuthClientProvider,
|
||||
setupOAuthCallbackServer,
|
||||
parseCommandLineArgs,
|
||||
setupSignalHandlers,
|
||||
} from './shared.js'
|
||||
import {connectToRemoteServer, mcpProxy} from "../lib/utils.js";
|
||||
import { NodeOAuthClientProvider, setupOAuthCallbackServer, parseCommandLineArgs, setupSignalHandlers } from './shared.js'
|
||||
import { connectToRemoteServer, mcpProxy } from '../lib/utils.js'
|
||||
|
||||
/**
|
||||
* Main function to run the proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue