yangfch3/dsh-mcp-mgr--packages-dsh-mcp-mgr-ui0

dsh-mcp-mgr-ui

Web UI plugin for dsh-mcp-mgr: MCP management tab in dsh settings

AI 分析

核心用途是为工作区 MCP 管理器提供可视化的配置和状态监控界面。适合配合 dsh-mcp-mgr 使用,需要直观查看和调试 MCP 连接状态的用户。

パッケージ
dsh-mcp-mgr-ui
バージョン
0.1.5
最終更新
2026/08/16

インストール

検証済み 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 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