arrow_backRetour aux issues
Wpnx330/pharos-cli
#19
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
feat(init): add streamable-http transport option
ecoDébutant
enhancement
good first issue
descriptionDescription
## Problem
`pharos init` only offers `stdio` and `http-sse` as transport options (cmd/init.go:69). The MCP spec has moved to **streamable HTTP** as the preferred remote transport. New servers published today should default to streamable-http, but `pharos init` can't produce one.
## Proposed fix
Add `streamable-http` as a third option in the transport selector in `cmd/init.go`. Update `defaultCommand()` to provide a sensible default run command for streamable-http servers.
## Acceptance criteria
- [ ] `pharos init` offers `streamable-http` as a transport option
- [ ] `defaultCommand()` returns a valid default for streamable-http
- [ ] Manifest validation accepts `streamable-http` as a valid transport value
- [ ] Existing `stdio` and `http-sse` options unchanged
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue