chore(mcp): add MCP config for localhost

This commit is contained in:
Elian Doran 2026-04-01 11:29:29 +03:00
parent a84e2f72c3
commit a5793ff768
No known key found for this signature in database

8
.mcp.json Normal file
View File

@ -0,0 +1,8 @@
{
"mcpServers": {
"trilium": {
"type": "http",
"url": "http://localhost:8080/mcp"
}
}
}