Skip to content

Commit

Permalink
fix protocol version in client
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin-ant committed Oct 15, 2024
1 parent 73c66f4 commit 05a3e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/client/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/client/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Client extends Protocol<
{
method: "initialize",
params: {
protocolVersion: 1,
protocolVersion: PROTOCOL_VERSION,
capabilities: {},
clientInfo: this._clientInfo,
},
Expand Down

0 comments on commit 05a3e54

Please sign in to comment.