@i-scope/mcp-server 0.4.2 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this package will be documented here. The format
4
4
  is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
5
5
  this project adheres to [Semantic Versioning](https://semver.org/).
6
6
 
7
+ ## [0.4.3] — 2026-09-02
8
+
9
+ ### Changed
10
+
11
+ - README license badge and footer use the unpkg tarball URL instead of
12
+ relative `./LICENSE`. npmjs.com resolved that link to a 404 package
13
+ `@i-scope/LICENSE`.
14
+
7
15
  ## [0.4.2] — 2026-05-20
8
16
 
9
17
  ### Added
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/%40i-scope%2Fmcp-server.svg?label=npm)](https://www.npmjs.com/package/@i-scope/mcp-server)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/%40i-scope%2Fmcp-server.svg)](https://www.npmjs.com/package/@i-scope/mcp-server)
5
- [![License: MIT](https://img.shields.io/npm/l/%40i-scope%2Fmcp-server.svg)](./LICENSE)
5
+ [![License: MIT](https://img.shields.io/npm/l/%40i-scope%2Fmcp-server.svg)](https://unpkg.com/@i-scope/mcp-server/LICENSE)
6
6
  [![Node](https://img.shields.io/node/v/%40i-scope%2Fmcp-server.svg)](#)
7
7
 
8
8
  > **Part of the [`@i-scope/debugger`](https://www.npmjs.com/package/@i-scope/debugger) SDK** — one of seven leaf packages aggregated by the `@i-scope/debugger` meta-umbrella.
@@ -370,4 +370,4 @@ for the rationale behind the package allocation.
370
370
 
371
371
  ## License
372
372
 
373
- MIT. See [LICENSE](./LICENSE).
373
+ MIT. See [LICENSE](https://unpkg.com/@i-scope/mcp-server/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i-scope/mcp-server",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "license": "MIT",
5
5
  "description": "Model Context Protocol server for iScope / Oscilloscope.exe debug & control. Lets AI agents drive a .ajs debug session — breakpoints, step, variables, evaluate — through standard MCP tools layered on top of the iScope DAP adapter.",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "homepage": "https://gitlab.com/i-scope/Debugger",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://gitlab.com/i-scope/Debugger.git",
25
+ "url": "git+https://gitlab.com/i-scope/Debugger.git",
26
26
  "directory": "packages/mcp-server"
27
27
  },
28
28
  "bugs": {