-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Description
The MCPB manifest at https://github.com/mims-harvard/ToolUniverse/releases/download/mcpb/tooluniverse.mcpb specifies an invalid server type, causing installation to fail.
Error Message
MCPB manifest invalid at https://github.com/mims-harvard/ToolUniverse/releases/download/mcpb/tooluniverse.mcpb:
Invalid manifest: server: Invalid enum value. Expected 'python' | 'node' | 'binary', received 'uv'
Root Cause
The MCPB specification only allows three valid values for the server field:
pythonnodebinary
The manifest currently specifies server: "uv", which is not a valid option in the MCPB schema.
Suggested Fix
Update the manifest to use server: "python" instead of server: "uv". The uv runtime can still be used internally for package management/execution, but the manifest should declare the server type as python to comply with the MCPB specification.
Environment
- Attempting to install via MCPB bundle
- Claude Code CLI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels