File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.1
44
55require  (
66	github.com/fsnotify/fsnotify  v1.9.0 
7- 	github.com/mark3labs/mcp-go  v0.20.1  
7+ 	github.com/mark3labs/mcp-go  v0.21.0  
88	github.com/spf13/afero  v1.14.0 
99	github.com/spf13/cobra  v1.9.1 
1010	github.com/spf13/viper  v1.20.1 
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
7171github.com/kr/text  v0.2.0 /go.mod  h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
7272github.com/mailru/easyjson  v0.7.7  h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
7373github.com/mailru/easyjson  v0.7.7 /go.mod  h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
74- github.com/mark3labs/mcp-go  v0.20.1   h1:E1Bbx9K8d8kQmDZ1QHblM38c7UU2evQ2LlkANk1U/zw =
75- github.com/mark3labs/mcp-go  v0.20.1  /go.mod  h1:KmJndYv7GIgcPVwEKJjNcbhVQ+hJGJhrCCB/9xITzpE =
74+ github.com/mark3labs/mcp-go  v0.21.0   h1:oyEtiXg8PnrVEFis9b1AwbiUWF2dTbyBP5yLo7SruXE =
75+ github.com/mark3labs/mcp-go  v0.21.0  /go.mod  h1:KmJndYv7GIgcPVwEKJjNcbhVQ+hJGJhrCCB/9xITzpE =
7676github.com/moby/spdystream  v0.5.0  h1:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU =
7777github.com/moby/spdystream  v0.5.0 /go.mod  h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
7878github.com/modern-go/concurrent  v0.0.0-20180228061459-e0a39a4cb421 /go.mod  h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ type mcpContext struct {
9797	cancel         context.CancelFunc 
9898	mcpServer      * Server 
9999	mcpHttpServer  * httptest.Server 
100- 	mcpClient      * client.SSEMCPClient 
100+ 	mcpClient      * client.Client 
101101}
102102
103103func  (c  * mcpContext ) beforeEach (t  * testing.T ) {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments