@agent-glue/mcp 0.1.8 → 0.1.9

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.
@@ -1,5 +1,4 @@
1
-
2
-
3
- > @agent-glue/mcp@0.1.7 build /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
4
- > tsc
5
-
1
+
2
+ > @agent-glue/mcp@0.1.9 build /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
3
+ > tsc
4
+
@@ -1,7 +1,8 @@
1
-
2
-
3
- > @agent-glue/mcp@0.1.5 format /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
4
- > prettier --check .
5
-
6
- Checking formatting...
7
- .turbo/turbo-format.log.turbo/turbo-typecheck.logCHANGELOG.mddist/tsconfig.tsbuildinfoLICENSEpackage.jsonREADME.mdsrc/index.tstsconfig.jsonAll matched files use Prettier code style!
1
+
2
+ > @agent-glue/mcp@0.1.9 format /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
3
+ > prettier --check .
4
+
5
+ Checking formatting...
6
+ [warn] dist/index.js
7
+ [warn] Code style issues found in the above file. Run Prettier with --write to fix.
8
+  ELIFECYCLE  Command failed with exit code 1.
@@ -1,5 +1,5 @@
1
1
 
2
2
 
3
- > @agent-glue/mcp@0.1.7 typecheck /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
3
+ > @agent-glue/mcp@0.1.9 typecheck /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @autocode2/mcp
2
2
 
3
+ ## 0.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @agent-glue/glue@0.1.9
9
+
3
10
  ## 0.1.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-glue/mcp",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "",
5
5
  "author": "Gareth Andrew <gingerhendrix@gmail.com>",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "@modelcontextprotocol/sdk": "^1.17.2",
28
28
  "prettier": "^3.6.2",
29
29
  "typescript": "^5.8.3",
30
- "@agent-glue/glue": "^0.1.8"
30
+ "@agent-glue/glue": "^0.1.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18",
@@ -35,8 +35,8 @@
35
35
  "eslint": "^9.18.0",
36
36
  "ts-node": "^10.9.2",
37
37
  "vitest": "^3.0.4",
38
- "@repo/eslint-config": "^0.0.0",
39
- "@repo/typescript-config": "^0.0.0"
38
+ "@repo/typescript-config": "^0.0.0",
39
+ "@repo/eslint-config": "^0.0.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",