Streaming
Streaming releases
Beta
0
Supported
0
End of life
0
v25.2
Released
Jul 2025
Ended
July 31, 2026
End of life
v25.1
Released
Apr 2025
Ended
April 7, 2026
End of life
v24.3
Released
Dec 2024
Ended
December 3, 2025
End of life
v24.2
Released
Jul 2024
Ended
July 31, 2025
End of life
v24.1
Released
Apr 2024
Ended
April 30, 2025
End of life
v23.3
Released
Dec 2023
Ended
December 22, 2024
End of life
rpk connect mcp-server init
Creates the folder structure required for an MCP server project.
├── o11y
│ ├── metrics.yaml
│ └── tracer.yaml
└── resources
├── caches
│ └── example-cache.yaml
├── inputs
│ └── example-input.yaml
├── outputs
│ └── example-output.yaml
└── processors
└── example-processor.yaml
The resources directory is where you define your tools such as inputs, outputs, and processors. Each tool is defined in its own YAML file. By default, the example- files are provided as templates. The o11y directory contains configuration for observability, including metrics and tracing.
Files that already exist are overwritten.
Was this helpful?