feat: add quick import hints for canonical config paths#264
Merged
Conversation
- Add hint panel in Import tab showing well-known config file locations - Support detection for Claude Desktop, Claude Code, Cursor IDE, Codex CLI, Gemini CLI - Show file existence status with Found/Not found badges - Add Import button for existing config files to quickly load them - Fix HTTP 400 errors to show meaningful error messages from backend - Add GET /api/v1/servers/import/paths endpoint for canonical paths - Add POST /api/v1/servers/import/path endpoint for importing from file path Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying mcpproxy-docs with
|
| Latest commit: |
47fc433
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6df52c67.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://feat-import-quick-hints.mcpproxy-docs.pages.dev |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 21114882339 --repo smart-mcp-proxy/mcpproxy-go
|
- Add docs/features/config-import.md with comprehensive import feature docs - Web UI Quick Import panel and manual upload/paste - CLI import command with examples - REST API endpoints with curl examples - Format detection and duplicate handling - Security considerations - Add import command section to CLI command reference - All flags and options - Canonical config paths for each OS - Example commands Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
technicalpickles
pushed a commit
to technicalpickles/mcpproxy-go
that referenced
this pull request
Jan 21, 2026
…oxy#264) * feat: add quick import hints for canonical config paths - Add hint panel in Import tab showing well-known config file locations - Support detection for Claude Desktop, Claude Code, Cursor IDE, Codex CLI, Gemini CLI - Show file existence status with Found/Not found badges - Add Import button for existing config files to quickly load them - Fix HTTP 400 errors to show meaningful error messages from backend - Add GET /api/v1/servers/import/paths endpoint for canonical paths - Add POST /api/v1/servers/import/path endpoint for importing from file path Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: add configuration import documentation - Add docs/features/config-import.md with comprehensive import feature docs - Web UI Quick Import panel and manual upload/paste - CLI import command with examples - REST API endpoints with curl examples - Format detection and duplicate handling - Security considerations - Add import command section to CLI command reference - All flags and options - Canonical config paths for each OS - Example commands Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
internal/httpapi/import.go: Add canonical paths endpoint and import from path endpointinternal/httpapi/server.go: Register new routesfrontend/src/services/api.ts: Add API methods and fix error handlingfrontend/src/components/AddServerModal.vue: Add hint panel UIoas/swagger.yaml,oas/docs.go: Update API documentationTest plan
🤖 Generated with Claude Code