vault backup: 2025-11-22 08:14:07

This commit is contained in:
2025-11-22 08:14:07 +01:00
parent fd37421245
commit abc0e1ffbf
222 changed files with 13799 additions and 310 deletions

17
.mcp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"WolframAlpha": {
"command": "uv",
"args": [
"--directory",
"/mnt/c/Users/Vince/Documents/Personal/Personal/Areas/MCP-Servers/mcp-wolframalpha",
"run",
"python",
"src/core/server.py"
],
"env": {
"WOLFRAM_API_KEY": "6XXLHP48RW"
}
}
}
}