@mintmcp/hosted-cli 0.0.12 → 0.0.13

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This tool deploys MCP servers from local source code to MintMCP. If the server is already packaged
4
4
  in a registry such as npm or PyPI, consider using the [MintMCP web UI for deploying packaged
5
- servers](https://docs.mintmcp.com/docs/mcp-connectors-hosted).
5
+ servers](https://mintmcp.com/docs/mcp-connectors-hosted).
6
6
 
7
7
  ## Javascript / Typescript Server
8
8
 
package/dist/api.js CHANGED
@@ -40,7 +40,7 @@ export const UserConfigUpdateSchema = z.object({
40
40
  userGivenName: z.string().min(1),
41
41
  image: z
42
42
  .string()
43
- .default("nikolaik/python-nodejs@sha256:d481c61b10a131cb0ae3dfc09adf3beaff76557597010914df48ff1fe1dacbf1"),
43
+ .default("nikolaik/python-nodejs@sha256:1dcaf296688723fbe79c400e1dda743c8e8a8b2812ef4b0af70779914a9cec3c"),
44
44
  command: z.union([z.string(), z.array(z.string())]),
45
45
  transport: HostedTransportSchema,
46
46
  cpu: z.number().default(1),
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintmcp/hosted-cli",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Control hosted servers on MintMCP.",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",
package/src/api.ts CHANGED
@@ -54,7 +54,7 @@ export const UserConfigUpdateSchema = z.object({
54
54
  image: z
55
55
  .string()
56
56
  .default(
57
- "nikolaik/python-nodejs@sha256:d481c61b10a131cb0ae3dfc09adf3beaff76557597010914df48ff1fe1dacbf1",
57
+ "nikolaik/python-nodejs@sha256:1dcaf296688723fbe79c400e1dda743c8e8a8b2812ef4b0af70779914a9cec3c",
58
58
  ),
59
59
  command: z.union([z.string(), z.array(z.string())]),
60
60
  transport: HostedTransportSchema,
@@ -1,7 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": ["mcp__mintdb__mintdb-in-development__list_organizations"],
4
- "deny": [],
5
- "ask": []
6
- }
7
- }