Skip to content

Conversation

@Dumbris
Copy link
Contributor

@Dumbris Dumbris commented Jan 14, 2026

Summary

  • Changes module declaration from mcpproxy-go to github.com/smart-mcp-proxy/mcpproxy-go
  • Enables installation via go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latest
  • Updates 153 files with the canonical import path

Problem

When users try to install via:

go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latest

They get:

module declares its path as: mcpproxy-go
but was required as: github.com/smart-mcp-proxy/mcpproxy-go

Solution

Updated go.mod and all internal imports to use the canonical GitHub module path.

Test plan

  • Build succeeds (go build ./cmd/mcpproxy)
  • All unit tests pass (go test ./internal/...)
  • CI passes
  • Verify go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latest works after merge

Fixes #256

🤖 Generated with Claude Code

Changes the module declaration from `mcpproxy-go` to
`github.com/smart-mcp-proxy/mcpproxy-go` to enable installation via:

  go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latest

This fixes the "module declares its path as: mcpproxy-go but was
required as: github.com/smart-mcp-proxy/mcpproxy-go" error.

Updates 153 files to use the canonical import path.

Fixes #256

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

Deploying mcpproxy-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d0d664
Status: ✅  Deploy successful!
Preview URL: https://bf0f086b.mcpproxy-docs.pages.dev
Branch Preview URL: https://fix-module-path-for-go-insta.mcpproxy-docs.pages.dev

View logs

@github-actions
Copy link

📦 Build Artifacts

Workflow Run: View Run
Branch: fix/module-path-for-go-install

Available Artifacts

  • archive-darwin-amd64 (23 MB)
  • archive-darwin-arm64 (21 MB)
  • archive-linux-amd64 (12 MB)
  • archive-linux-arm64 (11 MB)
  • archive-windows-amd64 (23 MB)
  • archive-windows-arm64 (20 MB)
  • frontend-dist-pr (0 MB)
  • installer-dmg-darwin-amd64 (26 MB)
  • installer-dmg-darwin-arm64 (23 MB)

How to Download

Option 1: GitHub Web UI (easiest)

  1. Go to the workflow run page linked above
  2. Scroll to the bottom "Artifacts" section
  3. Click on the artifact you want to download

Option 2: GitHub CLI

gh run download 20997868193 --repo smart-mcp-proxy/mcpproxy-go

Note: Artifacts expire in 14 days.

@Dumbris Dumbris merged commit 50e5bb8 into main Jan 14, 2026
24 checks passed
@Dumbris Dumbris deleted the fix/module-path-for-go-install branch January 14, 2026 16:53
technicalpickles pushed a commit to technicalpickles/mcpproxy-go that referenced this pull request Jan 21, 2026
…y#259)

Changes the module declaration from `mcpproxy-go` to
`github.com/smart-mcp-proxy/mcpproxy-go` to enable installation via:

  go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latest

This fixes the "module declares its path as: mcpproxy-go but was
required as: github.com/smart-mcp-proxy/mcpproxy-go" error.

Updates 153 files to use the canonical import path.

Fixes smart-mcp-proxy#256

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go install fails due to module name

2 participants