- Регистрация
- 9 Май 2015
- Сообщения
- 1,549
- Баллы
- 155
keeps evolving, and in the new v1.4.0.0 release were introducing a major upgrade to the HTTP-based MCP transport layers. On Windows, both TTMSMCPSSETransport and TTMSMCPStreamableHTTPTransport now run on HTTP.sys Microsofts kernel-level HTTP server stack.
The benefits of switching to HTTP.sys on Windows is clear:
This isnt just a swap of the initial implementation. Under the hood weve created an abstract HTTP server layer, which in the future will allow us to plug in different engines per platform!
Changes to Transport Layers
This upgrade comes with a few adjustments, which were necessary in order to provide a more flexible and robust foundation for future extensions.
Real-World Use: ChatGPT and Claude Web Interfaces
To put the new architecture to the test, we connected one of our MCP servers directly to the ChatGPT and Claude web interfaces using their custom connector support. Our StreamableHTTP demo was the perfect fit, as it already exposes a streamable HTTP transport for remote access. For those unfamiliar, this demo server offers a single tool: fetching the current weather for a given city.
After building and deploying the server, we added it as a connector and used it directly inside a conversation. In ChatGPT, this requires enabling Developer Mode first, so if you havent done that yet.
Once the connector is active, we can start asking questions that the newly registered tool can answer:
If you would like to repeat this with you own MCP server, be aware of the following requirements:
| ChatGPT | Claude |
|
|
Don't have access to paid ChatGPT or Claude but still want to see the server live? We decided to leave our demo application online as a showcase of what TMS AI Studio can do! Pick your own favourite MCP client application and use the following address to connect to our live MCP demo server: .
Conclusion
Switching to HTTP.sys is an important structural step and gives us a cleaner foundation for future improvements across all platforms. Testing against platforms such as ChatGPT and Claude confirms that TMS AI Studio provides a robust, practical MCP implementation thats ready to be used in many different contexts.
The v1.4.0.0 release has more to offer! Well introduce the next addition in an upcoming post so stay tuned!
Источник: