MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / testUnsignedFile

Function testUnsignedFile

test/sign.e2e.test.ts:402–405  ·  view source on GitHub ↗

* Test unsigned file verification

()

Source from the content-addressed store, hash-verified

400 * Test unsigned file verification
401 */
402async function testUnsignedFile() {
403 const result = await verifyMcpbFile(TEST_MCPB);
404 expect(result.status).toBe("unsigned");
405}
406
407/**
408 * Test signature removal

Callers 1

sign.e2e.test.tsFile · 0.85

Calls 1

verifyMcpbFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…