We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61480bc commit 1b1215dCopy full SHA for 1b1215d
src/mcp/server.ts
@@ -611,7 +611,7 @@ export class ActorsMcpServer {
611
mcp_client: this.options.initializeRequestData?.params?.clientInfo?.name || '',
612
mcp_session_id: mcpSessionId || '',
613
connection_type: this.options.connectionType || '',
614
- // This is the version if the apify-mcp-server package
+ // This is the version of the apify-mcp-server package
615
// this can be different from the internal remote server version
616
server_version: getPackageVersion() || '',
617
tool_name: toolFullName,
0 commit comments