Arbiter changes: - POST /api/internal/mcp/log endpoint in api.js - MCP Logs admin route (/admin/mcp-logs) with filters, stats, pagination - EJS view with expandable detail rows, server color badges - Sidebar link under System group Trinity Core v2.3.0: - logToArbiter() function POSTs to Arbiter after every command - Both MCP (Claude.ai) and REST (/exec) paths log with execution timing - Async logging — doesn't block command response Database: - mcp_logs table created on Command Center (indexes on server, time, success) Architecture: Trinity Core → command → response + async POST → Arbiter → PostgreSQL → Trinity Console Chronicler #78 | firefrost-services
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"name": "trinity-core",
|
|
"version": "2.3.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|