distribea-mcp 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +9 -2
package/index.mjs CHANGED
@@ -2077,7 +2077,7 @@ async function handle(msg) {
2077
2077
  serverInfo: {
2078
2078
  name: "distribea-mcp",
2079
2079
  title: "Distribea MCP",
2080
- version: "1.1.0",
2080
+ version: "1.1.1",
2081
2081
  },
2082
2082
  instructions: INSTRUCTIONS,
2083
2083
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "distribea-mcp",
3
- "version": "1.1.0",
4
- "description": "Distribea MCP on-brand website imagery (style-locked, recurring characters, UGC review avatars) generated by the hosted Distribea engine. Requires a Distribea subscription key.",
3
+ "version": "1.1.1",
4
+ "description": "Distribea MCP, on-brand website imagery (style-locked, recurring characters, UGC review avatars) generated by the hosted Distribea engine. Requires a Distribea subscription key.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "distribea-mcp": "index.mjs"
@@ -24,5 +24,12 @@
24
24
  "license": "UNLICENSED",
25
25
  "publishConfig": {
26
26
  "access": "public"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/Distribea/distribea-mcp.git"
31
+ },
32
+ "bugs": {
33
+ "url": "https://github.com/Distribea/distribea-mcp/issues"
27
34
  }
28
35
  }