connectiq-mcp-server 1.0.2 → 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.
@@ -58,7 +58,7 @@ jobs:
58
58
  chmod +x mcp-publisher
59
59
 
60
60
  - name: Authenticate with MCP Registry (OIDC)
61
- run: ./mcp-publisher login github --oidc
61
+ run: ./mcp-publisher login github-oidc
62
62
 
63
63
  - name: Publish to MCP Registry
64
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.2",
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.2",
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.2",
16
+ "version": "1.0.3",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  }