chore: add agentic tooling, cleanup

This commit is contained in:
Flo
2026-03-30 12:59:23 +02:00
parent 7645402347
commit ebb42dbad7
40 changed files with 2066 additions and 2 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"
}
}
}