feat: project setup — research structure, specs, decisions, conventions #1

Closed
mathias wants to merge 16 commits from feat/project-setup into main
Showing only changes of commit 5c24864021 - Show all commits
+13 -3
View File
@@ -1,8 +1,18 @@
{ {
"mcpServers": { "mcpServers": {
"knowledge": { "brain": {
"url": "http://localhost:3100/mcp", "type": "http",
"description": "Project knowledge base — vector + graph retrieval" "url": "https://brain-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
}
},
"gitea": {
"type": "http",
"url": "https://git-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_MCP_TOKEN}"
}
} }
} }
} }