Skip to content

Commit 71d3ca1

Browse files
sync: fix(vscode): replace retired shields.io VS Code Marketplace badge (#424)
Synced from monorepo directory: suno
1 parent 061ce3e commit 71d3ca1

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Set Kubectl
46-
uses: Azure/k8s-set-context@v5
46+
uses: Azure/k8s-set-context@v4
4747
with:
4848
kubeconfig: ${{ secrets.KUBE_CONFIG }}
4949

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,16 +396,16 @@ jobs:
396396
- uses: actions/checkout@v6
397397

398398
- name: Set up Docker Buildx
399-
uses: docker/setup-buildx-action@v4
399+
uses: docker/setup-buildx-action@v3
400400

401401
- name: Login to Docker Hub
402-
uses: docker/login-action@v4
402+
uses: docker/login-action@v3
403403
with:
404404
username: ${{ secrets.DOCKERHUB_USERNAME }}
405405
password: ${{ secrets.DOCKERHUB_TOKEN }}
406406

407407
- name: Build and push
408-
uses: docker/build-push-action@v7
408+
uses: docker/build-push-action@v6
409409
with:
410410
context: .
411411
push: true

jetbrains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin helps you set up the MCP Suno server with JetBrains AI Assistant.
77
Once configured, AI Assistant can generate songs, lyrics, covers, remixes, and more
88
using Suno AI — all powered by [Ace Data Cloud](https://platform.acedata.cloud).
99

10-
**27 AI Music Tools** — Generate, extend, cover, remix, mashup, stems, lyrics, and more.
10+
**35 AI Music Tools** — Generate, extend, cover, remix, mashup, stems, lyrics, and more.
1111
<!-- Plugin description end -->
1212

1313
## Quick Start

jetbrains/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = com.acedatacloud.mcp.suno
44
pluginName = Suno MCP
55
pluginRepositoryUrl = https://github.com/AceDataCloud/SunoMCP
6-
pluginSinceBuild = 252
6+
pluginSinceBuild = 251
77
pluginVersion = 0.1.0
88

99
# IntelliJ Platform Properties

jetbrains/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using Suno AI — all powered by <a href="https://platform.acedata.cloud">Ace Da
1313
1414
<h3>Features</h3>
1515
<ul>
16-
<li><b>27 AI Music Tools</b> — Generate, extend, cover, remix, mashup, stems, and more</li>
16+
<li><b>35 AI Music Tools</b> — Generate, extend, cover, remix, mashup, stems, and more</li>
1717
<li><b>Easy Setup</b> — One-click copy MCP configuration for AI Assistant</li>
1818
<li><b>Dual Mode</b> — STDIO (local) and HTTP (remote) server support</li>
1919
<li><b>Token Management</b> — Store API token securely in IDE settings</li>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Issues = "https://github.com/AceDataCloud/mcp-suno/issues"
7474
Changelog = "https://github.com/AceDataCloud/mcp-suno/blob/main/CHANGELOG.md"
7575

7676
[build-system]
77-
requires = ["hatchling>=1.21.0,<1.31.0"]
77+
requires = ["hatchling>=1.21.0,<1.30.0"]
7878
build-backend = "hatchling.build"
7979

8080
[tool.hatch.build.targets.wheel]

vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AI music generation with Suno — songs, lyrics, covers, stems, and more.
44

5-
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/acedatacloud.mcp-suno?label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=acedatacloud.mcp-suno) [![PyPI](https://img.shields.io/pypi/v/mcp-suno.svg?label=PyPI)](https://pypi.org/project/mcp-suno/) [![Hosted MCP](https://img.shields.io/badge/hosted-mcp-blue)](https://suno.mcp.acedata.cloud/mcp)
5+
[![VS Code Marketplace](https://img.shields.io/badge/VS%20Code-Marketplace-blue?logo=visualstudiocode&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=acedatacloud.mcp-suno) [![PyPI](https://img.shields.io/pypi/v/mcp-suno.svg?label=PyPI)](https://pypi.org/project/mcp-suno/) [![Hosted MCP](https://img.shields.io/badge/hosted-mcp-blue)](https://suno.mcp.acedata.cloud/mcp)
66

77
Connect VS Code's AI agents to Suno through Ace Data Cloud. Generate songs from text prompts, write custom lyrics with full musical control, extend tracks, remix or cover, separate stems, export MP4/WAV/MIDI — all from chat.
88

0 commit comments

Comments
 (0)