@agent-tasks/mcp-bridge 0.6.1 → 0.6.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/README.md +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/cli.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
export declare const PACKAGE_VERSION = "0.6.
|
|
2
|
+
export declare const PACKAGE_VERSION = "0.6.3";
|
package/dist/cli.js
CHANGED
|
@@ -5,7 +5,7 @@ import { runLogin, runLogout, runStatus } from "./login.js";
|
|
|
5
5
|
// Single source of truth for the version string emitted by `--version`.
|
|
6
6
|
// Bump alongside package.json on release; the cli-version vitest reads
|
|
7
7
|
// package.json#version and asserts spawnSync stdout matches.
|
|
8
|
-
export const PACKAGE_VERSION = "0.6.
|
|
8
|
+
export const PACKAGE_VERSION = "0.6.3";
|
|
9
9
|
const USAGE = `agent-tasks-mcp-bridge — zero-setup MCP bridge for agent-tasks
|
|
10
10
|
|
|
11
11
|
Usage:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-tasks/mcp-bridge",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Zero-setup MCP bridge for agent-tasks: npx-distributable wrapper around @agent-tasks/mcp-server with interactive login and OS-keychain token storage",
|
|
5
5
|
"homepage": "https://github.com/LanNguyenSi/agent-tasks/tree/master/mcp-bridge#readme",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typecheck": "tsc --noEmit"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@agent-tasks/mcp-server": "0.
|
|
32
|
+
"@agent-tasks/mcp-server": "0.7.0"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
35
|
"keytar": "^7.9.0"
|