We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470e6d8 commit dce591aCopy full SHA for dce591a
main.go
@@ -134,7 +134,7 @@ func getApp() *app.Builder {
134
WithServerCapabilities(getCapabilities()).
135
// setting up server
136
WithName("mcp-k8s-go").
137
- WithVersion("0.0.1").
+ WithVersion(version).
138
WithTransport(stdio.NewTransport()).
139
// Configuring fx logging to only show errors
140
WithFxOptions(
testdata/initialize/init_test.yaml
@@ -24,7 +24,7 @@ out:
24
"tools": { "listChanged": false },
25
},
26
"protocolVersion": "2024-11-05",
27
- "serverInfo": { "name": "mcp-k8s-go", "version": "0.0.1" },
+ "serverInfo": { "name": "mcp-k8s-go", "version": !!re ".*" },
28
29
"id": 1,
30
}
0 commit comments