yangfch3/dsh-mcp-mgr--packages-vendor-typert-protocol0

@deepseek-ai/dsh-typert-protocol

Vendored copy of the Typert protocol source (spike: analyzer only recognizes decorator symbols from workspace packages)

AI 분석

核心用途是作为 dsh-mcp-mgr 内部依赖的协议解析组件。主要适合开发或调试 DSH 内部类型与协议交互的底层技术人员。

패키지
@deepseek-ai/dsh-typert-protocol
버전
0.0.1
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Workspace configuration

The plugin auto-detects .dsh/dshmm/mcp.json at the workspace root, for example:

{
  "mcpServers": {
    "unity-mcp": { "type": "http", "url": "http://localhost:8090/" },
    "filesystem": { "type": "stdio", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/data"] }
  }
}
  • A missing type is treated as remote Streamable HTTP; ${VAR} environment expansion is supported
  • The stdio server's cwd defaults to the workspace root
  • serverName must be globally unique; a later duplicate fails loudly (flagged as a conflict in the UI)
  • Set "enabled": false on an entry to disable it without removing it (absent means enabled); the settings tab's toggle writes this field