altweb-context 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47340,7 +47340,7 @@ function frameCapsuleText(markdown, provenance, nonce = generateFrameNonce()) {
47340
47340
  }
47341
47341
  const begin = `<<<ALTWEB-CONTENT-BEGIN ${nonce}>>>`;
47342
47342
  const end = `<<<ALTWEB-CONTENT-END ${nonce}>>>`;
47343
- const signer = provenance.signerName.replace(/\s+/g, " ").trim();
47343
+ const signer = `"${provenance.signerName.replace(/[\s"]+/g, " ").trim()}"`;
47344
47344
  return `[ALTWEB capsule verified]
47345
47345
  signer: ${signer}
47346
47346
  fingerprint: ${provenance.fingerprint}
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "altweb-context",
3
- "version": "1.0.0",
3
+ "mcpName": "software.altweb/altweb-context",
4
+ "version": "1.0.2",
4
5
  "description": "MCP server that loads ALTWEB signed context capsules into AI agents — verifies first, refuses unsigned, tampered, or untrusted context by default. Verify before you inject.",
5
6
  "type": "module",
6
7
  "license": "AGPL-3.0-or-later",
7
- "author": "Daniel C. Șoimu",
8
+ "author": "Daniel C. ȘOIMU",
8
9
  "homepage": "https://altweb.software",
9
10
  "repository": {
10
11
  "type": "git",