chore: add agentic tooling, cleanup
This commit is contained in:
25
.mcp.json
Normal file
25
.mcp.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user