File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -485,9 +485,13 @@ mcp-publisher login dns --domain slingdata.io --private-key $(openssl pkey -in m
485485
486486To Publish:
487487
488- ```
488+ ``` bash
489+ # to publish, adjust the version first in server.json
489490mcp-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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments