V
V
As the title, I would like to add a plus button if the line doesn't have any thing. Thanks!
### Description [Description of the bug or feature] As the title ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected...
After running helm install owdev openwhisk/openwhisk -n openwhisk --create-namespace -f mycluster.yaml, I checked the logs of pod owdev-zookeeper-0 and received the zookeeper image error. Failed to pull image "zookeeper:3.4": rpc...
Introduce resource not found error handling following the MCP specification. This change ensures that when a resource is not found, the server returns error code `-32002` (RESOURCE_NOT_FOUND) as specified in...
## Implement SEP-986: Tool Name Guidance for Tool Type ### Changes - Added a length check that raises an error when the tool name is not within the allowed range:...
## Description Trying to ping before initialize but it fails with `invalid session id` ## Logs or Error Messages ```text Invalid session ID ``` ## Possible Solution https://github.com/mark3labs/mcp-go/blob/ecc6d8f9da938f8ebc14e46168cb7111cd6a22d9/server/streamable_http.go#L302-L306 should it...
## Tracking issue ## Why are the changes needed? Currently, if a task returns a value but does not specify a return type, the return value will be empty instead...