breaking shared apart
This commit is contained in:
parent
d41e92812f
commit
1dd99edc0d
4 changed files with 139 additions and 142 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
import { EventEmitter } from 'events'
|
||||
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'
|
||||
import { NodeOAuthClientProvider, setupOAuthCallbackServer, parseCommandLineArgs, setupSignalHandlers } from './shared'
|
||||
import { connectToRemoteServer, mcpProxy } from './lib/utils'
|
||||
import { connectToRemoteServer, mcpProxy, parseCommandLineArgs, setupOAuthCallbackServer, setupSignalHandlers } from './lib/utils'
|
||||
import { NodeOAuthClientProvider } from './lib/node-oauth-client-provider'
|
||||
|
||||
/**
|
||||
* Main function to run the proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue