-
Notifications
You must be signed in to change notification settings - Fork 189
Add Dynatrace MCP Server #100
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
base: main
Are you sure you want to change the base?
Add Dynatrace MCP Server #100
Conversation
@jeanlaurent appreciate any feedback on this! thanks, Kris |
Thank you for your contribution. Could you run the following command, please:
|
b4a255d
to
8ff13a7
Compare
Thanks for the feedback, I've updated my PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Just one tweak and it worked for me.
- name: dynatrace-mcp-server.dt_environment | ||
env: DT_ENVIRONMENT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: Should be:
- name: dynatrace-mcp-server.dt_environment | |
env: DT_ENVIRONMENT | |
- name: DT_ENVIRONMENT |
Adding Dynatrace MCP Server
Transport: STDIO
Repo: https://github.com/dynatrace-oss/dynatrace-mcp
Please note that I can not use Docker Desktop, therefore I can not verify all the steps from https://github.com/docker/mcp-registry/blob/main/CONTRIBUTING.md
Maybe someone can help out and perform those steps for me.