feat: add YouTrack skill and executor with configuration

This commit is contained in:
2026-02-21 15:04:29 +05:30
parent b5c843ca69
commit c617c96929
3 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"url": "https://<YourYouTrackInstance>.youtrack.cloud/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer <YourYouTrackToken>"
}
}