We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213d329 commit fcef869Copy full SHA for fcef869
mcp/server.go
@@ -135,7 +135,12 @@ func (s *Server) handleInitialize(req *Request) *Response {
135
Name: "protolint-mcp",
136
Version: "1.0.0",
137
},
138
- Capabilities: ServerCapabilities{},
+ Capabilities: ServerCapabilities{
139
+ // We only support tools with listChanged capability
140
+ Tools: map[string]interface{}{
141
+ "listChanged": true,
142
+ },
143
144
Instructions: "protolint: Protocol Buffer linter and fixer for enforcing proto style guide rules",
145
}
146
0 commit comments