Revert "fix: clarify missing MCP stdio command errors (#5992)"

This reverts commit 0c771e4a77.
This commit is contained in:
邹永赫
2026-03-11 00:08:06 +09:00
parent 0c771e4a77
commit e25a1a42cf
13 changed files with 27 additions and 349 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ allow-direct-references = true
# Include bundled dashboard dist even though it is not tracked by VCS.
[tool.hatch.build.targets.wheel]
artifacts = ["astrbot/dashboard/dist/**", "astrbot/dashboard/shared/*.json"]
artifacts = ["astrbot/dashboard/dist/**"]
# Custom build hook: builds the Vue dashboard and copies dist into the package.
[tool.hatch.build.hooks.custom]