init commit, added server and client

This commit is contained in:
2026-01-23 14:26:21 +01:00
parent 412fbdef48
commit a34633eaee
12 changed files with 1117 additions and 1 deletions

7
mcpServer/mcp.json Normal file
View File

@@ -0,0 +1,7 @@
{
"mcpServers": {
"cariddi": {
"url": "http://localhost:8000/mcp"
}
}
}