Skip to content

Commit 81a9526

Browse files
author
hideya
committed
Update for ver 0.2.8
1 parent 6438a4b commit 81a9526

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

llm_mcp_config.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
// // Example of authentication via Authorization header
8686
// // https://github.com/github/github-mcp-server?tab=readme-ov-file#remote-github-mcp-server
8787
// "github": {
88-
// "type": "http", // recommended to specify the protocol explicitly when authentication is used
88+
// // To avoid auto protocol fallback, specify the protocol explicitly when using authentication
89+
// "type": "http", // or `transport: "http",`
8990
// "url": "https://api.githubcopilot.com/mcp/",
9091
// "headers": {
9192
// "Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-client-langchain-ts",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "MCP Client Using LangChain / TypeScript",
55
"license": "MIT",
66
"keywords": [
@@ -24,7 +24,7 @@
2424
"clean": "git clean -fdxn -e .env && read -p 'OK?' && git clean -fdx -e .env"
2525
},
2626
"dependencies": {
27-
"@h1deya/langchain-mcp-tools": "^0.2.7",
27+
"@h1deya/langchain-mcp-tools": "^0.2.8",
2828
"@langchain/anthropic": "^0.3.11",
2929
"@langchain/community": "^0.3.20",
3030
"@langchain/core": "^0.3.26",

0 commit comments

Comments
 (0)