yangfch3/dsh-mcp-mgr--packages-vendor-typert-protocol ↗★ 0
@deepseek-ai/dsh-typert-protocol
Typert 协议源的供应商副本,用于分析器识别工作区包中的装饰器符号。
AI 分析
核心用途是作为 dsh-mcp-mgr 内部依赖的协议解析组件。主要适合开发或调试 DSH 内部类型与协议交互的底层技术人员。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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
typeis treated as remote Streamable HTTP;${VAR}environment expansion is supported - The stdio server's cwd defaults to the workspace root
serverNamemust be globally unique; a later duplicate fails loudly (flagged as a conflict in the UI)- Set
"enabled": falseon an entry to disable it without removing it (absent means enabled); the settings tab's toggle writes this field