This commit is contained in:
Jonas H
2026-03-07 21:16:43 +01:00
parent c4da7c9f84
commit 683c770cbc
19 changed files with 2163 additions and 0 deletions

17
pi/.pi/agent/mcp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"qmd": {
"command": "qmd",
"args": [
"mcp"
],
"directTools": true
},
"opty": {
"command": "opty",
"args": [
"mcp"
]
}
}
}