-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- Self-signing with
--self-signedoption results in successful signing, but failed verification.
% npx @anthropic-ai/dxt --version
0.1.0
% npx @anthropic-ai/dxt sign touchdesigner-mcp.dxt --self-signed
Using existing self-signed certificate
Signing touchdesigner-mcp.dxt...
Successfully signed touchdesigner-mcp.dxt
% npx @anthropic-ai/dxt verify touchdesigner-mcp.dxt
Verifying touchdesigner-mcp.dxt...
ERROR: Extension is not signed
% npx @anthropic-ai/dxt info touchdesigner-mcp.dxt
File: touchdesigner-mcp.dxt
Size: 3518.61 KB
WARNING: Not signed
- Sign with custom certificate and key, too
% npx @anthropic-ai/dxt sign touchdesigner-mcp.dxt --cert cert.pem --key key.pem
Signing touchdesigner-mcp.dxt...
Successfully signed touchdesigner-mcp.dxt
% npx @anthropic-ai/dxt verify touchdesigner-mcp.dxt
Verifying touchdesigner-mcp.dxt...
ERROR: Extension is not signed
ref: https://github.com/anthropics/dxt/blob/main/CLI.md#development-workflow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working