breaking shared apart

This commit is contained in:
Glen Maddern 2025-03-31 14:38:15 +11:00
parent d41e92812f
commit 1dd99edc0d
4 changed files with 139 additions and 142 deletions

View file

@ -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