Streaming
Streaming releases
Beta
0
Supported
0
End of life
0
v25.2
Released
Jul 2025
Ended
Jul 2026
End of life
v25.1
Released
Apr 2025
Ended
Apr 2026
End of life
v24.3
Released
Dec 2024
Ended
Dec 2025
End of life
v24.2
Released
Jul 2024
Ended
Jul 2025
End of life
v24.1
Released
Apr 2024
Ended
Apr 2025
End of life
v23.3
Released
Dec 2023
Ended
Dec 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?