docs: 0.6.x release notes - #156
Conversation
artberger
commented
Aug 12, 2025
- adds a release notes page
- adds v0.5 to v0.6 release notes
- adds a react component to support tabbed content, see example screenshot
2dfe934 to
ac9e998
Compare
|
|
||
| Flip through the following tabs to understand the API differences between kagent ToolServer and kmcp MCPServer for the Stdio transport type. | ||
|
|
||
| <Tabs tabs={[ |
There was a problem hiding this comment.
Also mention the RemoteMCPServer and Service. It's not completely accurate to say that the functionality moved wholesale into kmcp
| * `kagent.dev/mcp-service: "true"`: Optional: Configure kagent to discover the tools for this Service. | ||
| * `appProtocol: mcp`: Required: Configure the port that the controller uses. If not set, and there is a single port, the controller uses that port for the MCP server. | ||
|
|
||
| ```yaml |
There was a problem hiding this comment.
Can you do the same thing here with tabs? That seems like a pretty good way to visualize the differences
There was a problem hiding this comment.
@EItanya thanks for the review. I updated it to address your comments. For this service tabbed example, I was not totally sure of the old way...I assumed it was the service and then creating a separate ToolServer for it, so I showed that vs. the simpler only a Service way. But if that's wrong, lmk
There was a problem hiding this comment.
Yea, the old way was exactly to create the Service AND the ToolServer, but I think this is ok for now.
Signed-off-by: Art Berger <art.berger@solo.io>