...
The following configuration options are available:
Connection Settings
| Port | Specify the port for the listener. Value must be between 1 and 65535. If empty, the listener will not start. |
|---|---|
| Endpoint | Specify 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:
The default is stateful. |
| Worker Threads | Specify the number of worker threads used to process messages.
The default is |
| 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
The default is |
Logging Settings
Log Level | Specify how much information you want logged to the console and the Event Monitoring view. The following levels are available:
The default is |
|---|
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.
- jackson-annotations (Apache License 2.0 with this notice)
- jackson-core (Apache License 2.0 with this notice)
- jackson-databind (Apache License 2.0 with this notice)
- Java MCP
JavaSDK (MIT License) - Java MCP SDK Core (MIT License)
- Java MCP SDK JSON Support (MIT License)Byte Buddy
- (Apache License 2.0 with this noticeJava MCP SDK JSON Jackson (MIT License)
- SLF4J (MIT License)
- jackson-dataformat-yaml (Apache License 2.0 with this notice)
- SnakeYAML (Apache License 2.0)
- JsonSchemaValidator (Apache License 2.0 with this notice)
- Internet Time Utility (Apache License 2.0)
- Reactor Core (Apache License 2.0)
- Reactive Streams (MIT No Attribution)
Additional license details are available in this extension’s licenses folder.