chore: Add agentic coding tooling

This commit is contained in:
Flo
2026-03-30 13:39:40 +02:00
parent 2a5302388e
commit 078d55982b
40 changed files with 2131 additions and 0 deletions

25
.mcp.json Normal file
View File

@@ -0,0 +1,25 @@
{
"mcpServers": {
"crosslink-agent-prompt": {
"args": [
"run",
".claude/mcp/agent-prompt-server.py"
],
"command": "uv"
},
"crosslink-knowledge": {
"args": [
"run",
".claude/mcp/knowledge-server.py"
],
"command": "uv"
},
"crosslink-safe-fetch": {
"args": [
"run",
".claude/mcp/safe-fetch-server.py"
],
"command": "uv"
}
}
}