Template
feat: template should include config.json.example with connection patterns #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New MCPs scaffolded from Template-MCP should include a config.example.json showing the standard connection pattern.
Also ensure .gitignore includes config.json and .env by default.
Proof
Template-MCP already has config.example.json.
.gitignore updated to include config.json and .env.
Merged to main via PR.