You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
## Description
28
28
29
-
This is an implementation of an [MCP (Model Context Protocol) Server](https://modelcontextprotocol.io/quickstart/server) to allow different LLMs to query information from Sysdig Secure platform. **It is still in early development and not yet ready for production use.**New endpoints and functionalities will be added over time. The goal is to provide a simple and easy-to-use interface for querying information from Sysdig Secure platform using LLMs.
29
+
This is an implementation of an [MCP (Model Context Protocol) Server](https://modelcontextprotocol.io/quickstart/server) to allow different LLMs to query information from Sysdig Secure platform. New tools and functionalities will be added over time following semantic versioning. The goal is to provide a simple and easy-to-use interface for querying information from Sysdig Secure platform using LLMs.
Copy file name to clipboardExpand all lines: docs/RELEASING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ The guidelines to follow would be:
9
9
* CI/Refactorings/Internal changes -> No need to release new version.
10
10
* Documentation changes -> No need to release new version.
11
11
12
-
The current version of the project is not stable yet, so you need to follow the [Semver spec](https://semver.org/spec/v2.0.0.html), with the following guidelines:
12
+
The project follows the [Semver spec](https://semver.org/spec/v2.0.0.html) with these guidelines:
13
13
14
-
*Unless specified, do not attempt to stabilize the version. That is, do not try to update the version to >=1.0.0. Versions for now should be <1.0.0.
15
-
*For minor changes, update only the Y in 0.X.Y. For example: 0.5.2 -> 0.5.3
16
-
*For major/feature changes, update the X in 0.X.Y and set the Y to 0. For example: 0.5.2 -> 0.6.0
17
-
* Before choosing if the changes are minor or major, check all the commits since the last tag.
14
+
***MAJOR (X.0.0)**: Breaking changes that are not backward compatible.
15
+
***MINOR (1.X.0)**: New functionality that is backward compatible.
16
+
***PATCH (1.0.X)**: Bug fixes that are backward compatible.
17
+
* Before choosing the version bump, check all the commits since the last tag.
18
18
19
19
After the commit is merged into the default branch the workflow will cross-compile the project and create a GitHub release of that version.
0 commit comments