MCP-Chinese-Getting-Started-Guide: This guide provides a rapid introduction to the Model Context Protocol (MCP), an open-source protocol standardizing LLM interactions with external data and tools. It demonstrates building and debugging MCP servers, developing MCP clients for LLMs like DeepSeek, and integrating with Claude Desktop.; agent-bridge: AgentBridge uses a two-process architecture with a foreground MCP client (bridge.ts) and a persistent background daemon (daemon.ts). It enables bidirectional communication between Claude Code and Codex via a control WebSocket and proxy, with automatic reconnection and message loop prevention.
Enhancing LLMs with real-time web search capabilities
Connect Claude Code and Codex in a single workflow for collaborative development