Skip to content

Commit dcc30be

Browse files
Merge pull request #16 from modelcontextprotocol/ashwin/protocol
fix protocol version in client
2 parents 73c66f4 + 05a3e54 commit dcc30be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/client/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class Client extends Protocol<
3737
{
3838
method: "initialize",
3939
params: {
40-
protocolVersion: 1,
40+
protocolVersion: PROTOCOL_VERSION,
4141
capabilities: {},
4242
clientInfo: this._clientInfo,
4343
},

0 commit comments

Comments
 (0)