@runapi.ai/seedream-mcp 0.1.2 → 0.1.3

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
@@ -10,7 +10,7 @@
10
10
 
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/@runapi.ai/seedream-mcp"><img src="https://img.shields.io/npm/v/%40runapi.ai/seedream-mcp?style=flat-square&color=blue" alt="npm version"></a>
13
- <a href="https://github.com/runapi-ai/seedream-mcp"><img src="https://img.shields.io/badge/GitHub-runapi--ai%2Fseedream-mcp-24292f?style=flat-square" alt="GitHub repository"></a>
13
+ <a href="https://github.com/runapi-ai/seedream-mcp"><img src="https://img.shields.io/badge/GitHub-runapi--ai%2Fseedream--mcp-24292f?style=flat-square" alt="GitHub repository"></a>
14
14
  <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue?style=flat-square" alt="Apache-2.0 license"></a>
15
15
  <img src="https://img.shields.io/badge/Type-MCP_Server-blue?style=flat-square" alt="MCP Server">
16
16
  <img src="https://img.shields.io/badge/Models-6-16a34a?style=flat-square" alt="6 models">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runapi.ai/seedream-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "RunAPI Seedream MCP server for image generation: create tasks, poll results, and check pricing across 6 model variants from Claude Code, Codex, Cursor, and VS Code.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/runapi-ai/seedream-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.2",
9
+ "version": "0.1.3",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "@runapi.ai/seedream-mcp",
14
- "version": "0.1.2",
14
+ "version": "0.1.3",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },