Skip to content

[codey] Detect prefixed MCP config examples#36

Merged
Conalh merged 1 commit into
mainfrom
codey/prefixed-mcp-config-examples
May 22, 2026
Merged

[codey] Detect prefixed MCP config examples#36
Conalh merged 1 commit into
mainfrom
codey/prefixed-mcp-config-examples

Conversation

@Conalh
Copy link
Copy Markdown
Owner

@Conalh Conalh commented May 22, 2026

Summary

  • Detect exact prefixed MCP config example filenames (example_mcp_config.json, claude_mcp_config.json, cursor_mcp_config.json, vscode_mcp_config.json) as sample/example MCP drift.
  • Keep these findings separate from active MCP server drift and avoid broad registry/backup filename matching.
  • Prepare v0.1.11 docs/package metadata and committed dist runtime for release.

Closes #34.

Validation

  • npm run build
  • node --test test\mcp-drift.test.mjs (red before implementation, green after)
  • node --test test\git-diff.test.mjs (red before implementation, green after)
  • node --test test\public-docs.test.mjs (red before docs update, green after)
  • node --test test\action-metadata.test.mjs (red before version bump, green after)
  • npm test (40/40 pass)
  • git diff --exit-code -- dist
  • git status --short -- dist
  • git diff --check
  • git diff --cached --check

@Conalh Conalh marked this pull request as ready for review May 22, 2026 01:49
@Conalh Conalh merged commit d5f3be0 into main May 22, 2026
3 checks passed
@Conalh Conalh deleted the codey/prefixed-mcp-config-examples branch May 22, 2026 01:49
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.

Track prefixed MCP config example filenames

1 participant