This commit is contained in:
Iurii Anfinogenov
2026-05-04 07:02:00 +00:00
parent 326572de4d
commit e5598685f4
11 changed files with 334 additions and 109 deletions

13
.codeassistant/mcp.json Normal file
View File

@@ -0,0 +1,13 @@
{
"mcpServers": {
"sourcecraft": {
"type": "streamable-http",
"url": "https://api.sourcecraft.tech/mcp",
"disabled": false,
"headers": {},
"disabledTools": [],
"timeout": 60,
"alwaysAllow": []
}
}
}