connectiq-mcp-server 1.0.1 → 1.0.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.
@@ -53,11 +53,12 @@ jobs:
53
53
 
54
54
  - name: Download mcp-publisher
55
55
  run: |
56
- curl -sL https://github.com/anthropics/mcp-registry/releases/latest/download/mcp-publisher-linux-amd64 -o mcp-publisher
56
+ curl -sL https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_linux_amd64.tar.gz -o mcp-publisher.tar.gz
57
+ tar -xzf mcp-publisher.tar.gz
57
58
  chmod +x mcp-publisher
58
59
 
59
60
  - name: Authenticate with MCP Registry (OIDC)
60
- run: ./mcp-publisher login github --oidc
61
+ run: ./mcp-publisher login github-oidc
61
62
 
62
63
  - name: Publish to MCP Registry
63
64
  run: ./mcp-publisher publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectiq-mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for Garmin ConnectIQ SDK documentation and resources",
5
5
  "mcpName": "io.github.deugene/connect-iq-mcp",
6
6
  "repository": {
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.deugene/connect-iq-mcp",
4
4
  "title": "ConnectIQ MCP Server",
5
5
  "description": "MCP server for Garmin ConnectIQ SDK documentation and resources",
6
- "version": "1.0.1",
6
+ "version": "1.0.3",
7
7
  "websiteUrl": "https://github.com/deugene/connect-iq-mcp",
8
8
  "repository": {
9
9
  "url": "https://github.com/deugene/connect-iq-mcp.git",
@@ -13,7 +13,7 @@
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "connectiq-mcp-server",
16
- "version": "1.0.1",
16
+ "version": "1.0.3",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  }