Skip to content

Commit 27d541e

Browse files
committed
Update server version to 1.4.25 and enhance description in server.json; add publishing instructions in README
1 parent 5bb1c7b commit 27d541e

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,13 @@ mcp-publisher login dns --domain slingdata.io --private-key $(openssl pkey -in m
485485

486486
To Publish:
487487

488-
```
488+
```bash
489+
# to publish, adjust the version first in server.json
489490
mcp-publisher publish
491+
492+
# check
493+
curl "https://registry.modelcontextprotocol.io/v0/servers?search=io.slingdata/sling-cli"
490494
```
491495

492496

493-
mcp-name: io.slingdata/sling-cli
497+
mcp-name: io.slingdata/sling-cli

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.slingdata/sling-cli",
4-
"version": "1.4.23",
5-
"description": "Sling CLI MCP server for data pipeline and replication management",
6-
"homepage": "https://github.com/slingdata-io/sling",
7-
"sourceUrl": "https://github.com/slingdata-io/sling",
4+
"version": "1.4.25",
5+
"description": "Sling CLI MCP server for querying any database, running data pipelines and managing replications",
6+
"homepage": "https://github.com/slingdata-io/",
7+
"sourceUrl": "https://github.com/slingdata-io/",
88
"license": "MIT",
99
"licensePath": "LICENSE",
1010
"vendor": {

0 commit comments

Comments
 (0)