Topher Bullock
Topher Bullock
Some users have reported issues using the git-resource in Concourse `4.2.1` with TFS. Below is an example of the error reported: ``` resource script '/opt/resource/check []' failed: exit status 128...
From what I understand from this bit of code: https://github.com/pivotal-cf/credhub-release/blob/897cc99ed19e712fb13b99e3a304d6e9b0a3c6da/jobs/credhub/templates/init_key_stores.erb#L86-L94 Credhub will enforce setting that property in your deployment manifest, but it can just be an empty array. This is...
Currently the gem only includes an `MCP::Server` implementation, but an end to end SDK implementation should also include a client. Follow the same pattern for pluggable transports and implement `Client`...
> allow base `StreamableHTTP` transport to be easily dropped into any Rack, Rails, etc. app - build out conventions that make adding to any existing server trivial. _Originally posted by...
> make the Streamable HTTP a bit more out-of-the back Rack startable than it is now... which probably just means: > exposing a way to add middlewares > adding an...