Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aae200eeea | ||
|
|
c51e4ea188 | ||
|
|
4dbe4da184 | ||
|
|
735e2052e8 |
+3
-2
@@ -13,8 +13,9 @@ traefik-dns-watcher
|
|||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
# IDE settings
|
# IDE settings (keep MCP config)
|
||||||
.vscode/
|
.vscode/*
|
||||||
|
!.vscode/mcp.json
|
||||||
|
|
||||||
# OS files
|
# OS files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Vendored
+13
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"servers": {
|
||||||
|
"git": {
|
||||||
|
"type": "stdio",
|
||||||
|
"command": "git-mcp-go",
|
||||||
|
"args": [
|
||||||
|
"serve",
|
||||||
|
"D:\\Projects\\DevOps\\traefik-dns-watcher"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inputs": []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user