File tree Expand file tree Collapse file tree 14 files changed +18
-18
lines changed
Expand file tree Collapse file tree 14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 44 "sync"
55 "time"
66
7- "github.com/tuannvm /oauth-mcp-proxy/provider"
7+ "github.com/Vungle /oauth-mcp-proxy/provider"
88)
99
1010// Re-export User from provider for backwards compatibility
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package oauth
33import (
44 "fmt"
55
6- "github.com/tuannvm /oauth-mcp-proxy/provider"
6+ "github.com/Vungle /oauth-mcp-proxy/provider"
77)
88
99// Config holds OAuth configuration
Original file line number Diff line number Diff line change 55 "testing"
66 "time"
77
8+ "github.com/Vungle/oauth-mcp-proxy/provider"
89 "github.com/golang-jwt/jwt/v5"
910 "github.com/mark3labs/mcp-go/mcp"
10- "github.com/tuannvm/oauth-mcp-proxy/provider"
1111)
1212
1313// TestContextPropagation validates Phase 2.1 context propagation fix
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import (
77 "net/http"
88 "os"
99
10+ oauth "github.com/Vungle/oauth-mcp-proxy"
11+ "github.com/Vungle/oauth-mcp-proxy/mark3labs"
1012 "github.com/mark3labs/mcp-go/mcp"
1113 mcpserver "github.com/mark3labs/mcp-go/server"
12- oauth "github.com/tuannvm/oauth-mcp-proxy"
13- "github.com/tuannvm/oauth-mcp-proxy/mark3labs"
1414)
1515
1616func main () {
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import (
77 "net/http"
88 "os"
99
10+ oauth "github.com/Vungle/oauth-mcp-proxy"
11+ "github.com/Vungle/oauth-mcp-proxy/mark3labs"
1012 "github.com/mark3labs/mcp-go/mcp"
1113 mcpserver "github.com/mark3labs/mcp-go/server"
12- oauth "github.com/tuannvm/oauth-mcp-proxy"
13- "github.com/tuannvm/oauth-mcp-proxy/mark3labs"
1414)
1515
1616func main () {
Original file line number Diff line number Diff line change 88 "os"
99 "time"
1010
11+ oauth "github.com/Vungle/oauth-mcp-proxy"
12+ mcpoauth "github.com/Vungle/oauth-mcp-proxy/mcp"
1113 "github.com/modelcontextprotocol/go-sdk/mcp"
12- oauth "github.com/tuannvm/oauth-mcp-proxy"
13- mcpoauth "github.com/tuannvm/oauth-mcp-proxy/mcp"
1414)
1515
1616func main () {
Original file line number Diff line number Diff line change 77 "net/http"
88 "os"
99
10+ oauth "github.com/Vungle/oauth-mcp-proxy"
11+ mcpoauth "github.com/Vungle/oauth-mcp-proxy/mcp"
1012 "github.com/modelcontextprotocol/go-sdk/mcp"
11- oauth "github.com/tuannvm/oauth-mcp-proxy"
12- mcpoauth "github.com/tuannvm/oauth-mcp-proxy/mcp"
1313)
1414
1515func main () {
Original file line number Diff line number Diff line change 1- module github.com/tuannvm /oauth-mcp-proxy
1+ module github.com/Vungle /oauth-mcp-proxy
22
33go 1.24.9
44
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
55 "testing"
66 "time"
77
8+ "github.com/Vungle/oauth-mcp-proxy/provider"
89 "github.com/golang-jwt/jwt/v5"
910 "github.com/mark3labs/mcp-go/mcp"
1011 mcpserver "github.com/mark3labs/mcp-go/server"
11- "github.com/tuannvm/oauth-mcp-proxy/provider"
1212)
1313
1414// TestIntegration validates core architecture and integration.
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66
7+ oauth "github.com/Vungle/oauth-mcp-proxy"
78 "github.com/mark3labs/mcp-go/mcp"
89 "github.com/mark3labs/mcp-go/server"
9- oauth "github.com/tuannvm/oauth-mcp-proxy"
1010)
1111
1212// NewMiddleware creates an authentication middleware for mark3labs/mcp-go SDK.
You can’t perform that action at this time.
0 commit comments