@typeroll/mcp-server 0.35.0 → 0.35.1

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.
@@ -131,6 +131,7 @@ export async function runExtensionCli(args) {
131
131
  method: 'PATCH',
132
132
  body: JSON.stringify({
133
133
  name: manifest.name,
134
+ distribution: manifest.distribution,
134
135
  trusted_origins: [...new Set([...trusted, ...executionOrigins(manifest)])],
135
136
  }),
136
137
  });
package/dist/version.js CHANGED
@@ -8,4 +8,4 @@
8
8
  //
9
9
  // Keep it in lockstep with package.json: tests/version.test.ts asserts
10
10
  // VERSION === package.json.version, so a bump that forgets this line fails CI.
11
- export const VERSION = '0.35.0';
11
+ export const VERSION = '0.35.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeroll/mcp-server",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Model Context Protocol server for the Typeroll public API. Use with Claude Code or any MCP-compatible client to manage a Typeroll site.",
5
5
  "license": "MIT",
6
6
  "repository": {