@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.
- package/dist/extension-cli.js +1 -0
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/extension-cli.js
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typeroll/mcp-server",
|
|
3
|
-
"version": "0.35.
|
|
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": {
|