Skip to content

Commit 0505eb6

Browse files
committed
feat: add template marker and version tracking
1 parent 715149c commit 0505eb6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.template-marker

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# MCP Template Repository Marker
2+
# This file identifies repositories created from the mcp-template
3+
# DO NOT DELETE - Required for automatic template synchronization
4+
5+
template_repo: mcp-template
6+
template_version: 2.0.0
7+
created_date: 2025-01-06
8+
sync_enabled: true

.template-version

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"last_updated": "2025-01-06T00:00:00Z",
4+
"changes": [
5+
"Added CI-driven template synchronization",
6+
"Implemented automatic repo discovery",
7+
"Added intelligent file merging",
8+
"Created version tracking system"
9+
],
10+
"breaking_changes": [],
11+
"migration_notes": []
12+
}

0 commit comments

Comments
 (0)