Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ export async function startMcpServer(): Promise<void> {
const server = createMcpServer(store);
const transport = new StdioServerTransport();
await server.connect(transport);
// Informational log to stderr (not stdout, which is used for MCP messages)
console.info("QMD MCP server ready on stdio (PID %d)", process.pid);
}

// =============================================================================
Expand Down