dsh-relay
dsh-relay
Englisch | 中文
Web-Profil-Helfer, der den Codex-MCP-Startpfad diagnostiziert und die Host-Konfiguration schreibt, damit Codex, Cursor oder Claude Code dsh --profile codex starten können. Er führt den MCP- Stdio-Server nicht im Web-Prozess aus.
In ein Profil installieren:
dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcpoder installieren Sie das GitHub-Release-Tarball für ein vorgebautes lib/. Starten Sie dsh web nach der Installation neu. Führen Sie dann /relay-setup aus oder bitten Sie den Agenten, relay_doctor und relay_write_mcp_config aufzurufen.
Was es tut
apply registriert einen Slash-Befehl und zwei Tools im Web-Profil:
/relay-setupgibt die Doctor-Zusammenfassung und das MCP-Start-JSON aus. WennmcpConfigPathgesetzt ist, schreibt es auch dieses JSON. Zusätzliche Eingabe wird abgelehnt.relay_doctorprüft, obprocess.argv[1]ein absoluter existierender dsh-Eintrag ist, obprocess.execPathexistiert und ob der Credentials-Pfad existiert, ohne Credential-Inhalte zu lesen und ohne MCP stdio zu starten.relay_write_mcp_configerstellt den npx-Startblock aus dem Codex-Leitfaden. Es schreibt den Block, wennpatheine absolute JSON-Datei ist, und führtmcpServerszusammen, sodass andere Server erhalten bleiben.
Der generierte Befehl ist npx --yes --package=@deepseek-ai/dsh@0.1.0-rc.5 -- dsh --profile codex. Der Helfer verwendet niemals npx.cmd oder shell: true und importiert niemals StdioServerTransport.
Related MCP server: Claude Code Subagent MCP
Konfiguration
Feld | Standard | Bedeutung |
|
| Schlüssel unter |
| unset | Absoluter JSON-Pfad, den |
|
| Leer liest |
|
| Gemeinsames Credentials-Dokument; auch |
|
| Codex-Service-Homes; auch |
|
| Festgelegtes Paket in generierten npx-Argumenten |
|
| Standard-Host für |
Benutzer überschreiben Zeilen im Profil cordis.patch.yml. Ungültige Konfiguration führt zu fehlgeschlagenem Plugin-Laden.
Nach der Einrichtung
Richten Sie den MCP-Host auf den gedruckten Startblock aus. Sitzungsstart, Warten, Steuern und Abbrechen bleiben bei dsh --profile codex, dokumentiert in @deepseek-ai/dsh-mcp-codex und dem Codex-Leitfaden. Das gebündelte Skill benennt diesen Workflow.
Modellerfahrung
Tool-Schema
Was das Modell sieht
relay_doctor hat ein leeres Parameterobjekt. relay_write_mcp_config erfordert host als codex, cursor oder claude-code und akzeptiert optionalen absoluten path.
Token-Effekt
Feste Schema-Kosten bei jeder Anfrage, bei der die Tools sichtbar sind.
KV-Cache-Effekt
Präfix-stabil, solange die Definitionen und die Sichtbarkeit unverändert sind.
Tool-Aufrufverlauf und Ergebnis
Was das Modell sieht
relay_doctor gibt JSON mit ok, Launcher direct/exists/shell: false, Workspace-Roots und Credentials path/exists zurück. Es enthält niemals Credential-Dateiinhalte. relay_write_mcp_config gibt { written, path, host, serverName, config } zurück, dessen config.args --profile und codex enthalten. Der Erfolgstext von /relay-setup beginnt mit DSH Relay is loaded in this Web profile. It does not run the MCP stdio server here. Zusätzliche Eingabe gibt The /relay-setup command does not accept extra input. zurück.
Token-Effekt
Pro Aufruf, begrenzt durch den JSON-Bericht und den Startblock.
KV-Cache-Effekt
Unabhängig von früheren Durchläufen.
Bekannte Einschränkungen und zurückgestellte Arbeiten
Kein prozessinterner MCP stdio — Die Installation dieses Bundles in das Web-Profil macht die elf Codex-MCP-Tools nicht verfügbar. Diese bleiben bei
dsh --profile codex.Keine Einstellungs-UI — Es gibt kein
dsh.client-Formular in v0.1.0;/relay-setupund die beiden Tools sind der Konfigurationspfad.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables MCP clients to spawn and control Codex CLI and Claude Code sessions on the host machine, with session management and filesystem access.4MIT
- Alicense-qualityBmaintenanceA stdio MCP server that lets Codex Desktop/CLI delegate implementation tasks to Claude Code CLI with workspace validation, Git status checks, and session resume capabilities.4MIT
- AlicenseAqualityBmaintenanceA project-local MCP bridge that allows Codex Desktop to plan tasks and OpenCode to execute them within the current project directory, with session reuse and native OpenCode background subagents.41MIT
- Alicense-qualityBmaintenanceProvides a read-only MCP tool to diagnose zoxide installation and shell setup, returning a JSON report with setup and troubleshooting guides.316MIT
Related MCP Connectors
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonytanglab/deepseek-harness-relay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server