@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.
- package/.turbo/turbo-build.log +4 -5
- package/.turbo/turbo-format.log +8 -7
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
|
|
2
|
+
> @agent-glue/mcp@0.1.9 build /home/gareth/Documents/Auto-Agent/repos/glue/main/packages/mcp
|
|
3
|
+
> tsc
|
|
4
|
+
|
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-glue/mcp",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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/
|
|
39
|
-
"@repo/
|
|
38
|
+
"@repo/typescript-config": "^0.0.0",
|
|
39
|
+
"@repo/eslint-config": "^0.0.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsc",
|