File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments