import { version as packageVersion } from '../../package.json';
/**
* Gets the current version of the Dynatrace MCP Server from package.json
* Note: we have package.json listed in exports, such that we can ensure it's always part of the bundle
* @returns The version string from package.json
*/
export function getPackageJsonVersion(): string {
return packageVersion;
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dynatrace-oss/dynatrace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server