-
Notifications
You must be signed in to change notification settings - Fork 1
feat(add-tools) Add Read-only tools #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Introduced `ListGlobalRoles` and `ListGlobalRoleBindings` functions to the tools package. * These functions allow for the retrieval and listing of global roles and role bindings from the Perses client. * Enhanced the MCP server with new tools for better role management. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
* Introduced a new tool to list all available plugins in the Perses environment. * Updated `main.go` to register the new tool with the MCP server. * Updated dependencies in `go.mod` and `go.sum` for compatibility. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
* Implemented `ListProjectRoles` to retrieve roles for a specific project. * Implemented `ListProjectRoleBindings` to retrieve role bindings for a specific project. * Updated main server to include these new tools. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
…ces` * Updated the tool to specifically list datasources for a project. * Adjusted the main function to utilize the new `ListProjectDatasources` tool. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
…name * Implemented `GetProjectByName`, `GetGlobalDatasourceByName`, `GetProjectDatasourceByName`, `GetGlobalRoleByName`, `GetProjectRoleByName`, `GetGlobalRoleBindingByName`, `GetProjectRoleBindingByName`, `GetGlobalVariableByName`, and `GetProjectVariableByName` functions. * These tools allow users to fetch specific resources by name, enhancing the functionality of the MCP server. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
* Bump `github.com/mark3labs/mcp-go` from v0.31.0 to v0.32.0 * Update `github.com/spf13/cast` from v1.8.0 to v1.9.2 * Upgrade `github.com/zitadel/oidc/v3` from v3.38.1 to v3.39.0 * Change `golang.org/x/crypto` from v0.38.0 to v0.39.0 * Modify `golang.org/x/net` from v0.40.0 to v0.41.0 * Update `golang.org/x/text` from v0.25.0 to v0.26.0 Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
…ommands - Added `perses_get_project_by_name` and `perses_get_dashboard_by_name` tools. - Expanded roles section with new role and role binding commands. - Included new datasource retrieval commands for global and project-specific datasources. - Enhanced variables section with commands to get global and project variables by name. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
- Added a warning indicating that the MCP Server is in **beta**. - Encouraged users to provide feedback and contributions. Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #5
Signed-off-by: Akshay Iyyadurai Balasundaram akshay.iyyadurai.balasundaram@sap.com