Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.3

...

The following configuration options are available:

Connection Settings

PortSpecify the port for the listener. Value must be between 1 and 65535. If empty, the listener will not start.
EndpointSpecify the endpoint path for the MCP server. The default is /mcp.
Transport Type

Specify the transport mechanism for client-server communication. The following tranport types are available:

  • stateful: Streamable HTTP transport (with session management)
  • stateless: Streamable HTTP transport (without session management)
  • sse: HTTP with Server-Sent Events (SSE) transport (legacy)

The default is stateful.

Worker Threads

Specify the number of worker threads used to process messages.

1 is the minimum value allowed.

The default is 50.

Heartbeat Interval

Specify a duration in seconds between sending ping requests to MCP clients which require a client response. Heartbeat interval is used to prevent connections from timing out. Set to 0 if you want to disable the heartbeat mechanism. Only applies when Transport Type is set to sse or stateful.

1 is the smallest interval allowed.

The default is 15.

Logging Settings

Log Level

Specify how much information you want logged to the console and the Event Monitoring view. The following levels are available:

  • 1: error
  • 2: warn
  • 3: info
  • 4: debug

The default is 2.

Configuring the Message Responders

...

Note that if the id field is provided in the response, it will be ignored and the id from the original request will be used instead. Additionally, if the jsonrpc field is not present in the response, it will be automatically added with the value 2.0.

Change Log

1.2.1

  • Upgraded MCP SDK to version 0.17.2.

1.2

  • Added support for Streamable HTTP transport.

...

This extension includes items that have been sourced from third parties as outlined below.

Additional license details are available in this extension’s licenses folder.