File tree 3 files changed +16
-10
lines changed
packages/agent-infra/mcp-client
3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
# @agent-infra/mcp-client
2
2
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: remove mcp-client type module
8
+
3
9
## 0.4.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ function toolUseToMcpTool(
142
142
description : 'filesystem tools' ,
143
143
localClient : mcpFilesystemClient ,
144
144
} ,
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
+ // },
154
154
{
155
155
name : 'filesystem' ,
156
156
command : 'npx' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agent-infra/mcp-client" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " An MCP Client to run servers for Electron apps, support same-process approaching" ,
5
5
"private" : false ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments