Skip to content

Commit c1f2b6b

Browse files
committed
release: publish packages
1 parent 037108c commit c1f2b6b

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

packages/agent-infra/mcp-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agent-infra/mcp-client
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- chore: remove mcp-client type module
8+
39
## 0.4.3
410

511
### Patch Changes

packages/agent-infra/mcp-client/examples/test.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ function toolUseToMcpTool(
142142
description: 'filesystem tools',
143143
localClient: mcpFilesystemClient,
144144
},
145-
{
146-
name: 'add_function',
147-
description: 'add function',
148-
type: 'sse',
149-
url: 'http://localhost:8808/sse',
150-
headers: {
151-
Authorization: 'Bearer user@example.com:foo:bar',
152-
},
153-
},
145+
// {
146+
// name: 'add_function',
147+
// description: 'add function',
148+
// type: 'sse',
149+
// url: 'http://localhost:8808/sse',
150+
// headers: {
151+
// Authorization: 'Bearer user@example.com:foo:bar',
152+
// },
153+
// },
154154
{
155155
name: 'filesystem',
156156
command: 'npx',

packages/agent-infra/mcp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-infra/mcp-client",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "An MCP Client to run servers for Electron apps, support same-process approaching",
55
"private": false,
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)